mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-10 02:09:51 +00: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