1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

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à
parent 46c0d9590d
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