Remove undesirable hardcoding of PATH into zshrc (#4925)

See robbyrussell@b67961d
This commit is contained in:
Felipe Vargas 2016-06-16 12:56:34 -07:00 committed by Marc Cornellà
commit 551abfcbb4
2 changed files with 1 additions and 7 deletions

View file

@ -53,7 +53,7 @@ plugins=(git)
# User configuration
export PATH=$HOME/bin:/usr/local/bin:$PATH
# export PATH="/usr/bin:/bin:/usr/sbin:/sbin:$PATH"
# export MANPATH="/usr/local/man:$MANPATH"
source $ZSH/oh-my-zsh.sh