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:
Jonny Barnes 2018-04-14 18:29:02 +01:00
parent b990effc15
commit e58230ee25
2 changed files with 3 additions and 3 deletions

View file

@ -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