Skip to content

Commit

Permalink
remove sudo python
Browse files Browse the repository at this point in the history
  • Loading branch information
MenkeTechnologies committed Jan 15, 2025
1 parent fa1ce26 commit eb6926b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions install/zpwrInstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -876,9 +876,7 @@ fi
# must have zsh at this point
export SHELL="$(which zsh)"

dir="$(sudo -EH python3 -m pip show powerline-status | \grep --color=always '^Location' | awk '{print $2}')/powerline"

zpwrPrettyPrintBox "linking $dir to ~/.tmux/powerline"
dir="$(python3 -m pip show powerline-status | \grep --color=always '^Location' | awk '{print $2}')/powerline"

if [[ -z $TMUX_HOME ]]; then
TMUX_HOME="$HOME/.tmux"
Expand Down

0 comments on commit eb6926b

Please sign in to comment.