Add powerline-daemon to PATH, or where pip locally installs binaries, get local powerline prompt loaded by zsh on debian
This commit is contained in:
parent
b990effc15
commit
e58230ee25
2 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@ export EDITOR='vim'
|
|||
export DEFAULT_USER="jonny"
|
||||
|
||||
# Set the $PATH
|
||||
export PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin"
|
||||
export PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:$HOME/.local/bin"
|
||||
export MANPATH="/usr/local/man:$MANPATH"
|
||||
|
||||
# Determine the running OS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue