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:
committed by
Marc Cornellà
parent
46c0d9590d
commit
551abfcbb4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user