mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Remove undesirable hardcoding of PATH into zshrc (#4925)
See robbyrussell@b67961d
This commit is contained in:
parent
46c0d9590d
commit
551abfcbb4
2 changed files with 1 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue