Use my normal PATH instead of included
This commit is contained in:
parent
be966214c9
commit
4e3f4d5e9f
4
zshrc
4
zshrc
|
@ -6,6 +6,6 @@ export ZSH=$HOME/.oh-my-zsh
|
|||
for i in $ZSH/*zsh; do source $i; done;
|
||||
|
||||
# Customize to your needs...
|
||||
export PATH=~/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/sbin:/opt/local/lib/postgresql83/bin
|
||||
|
||||
#export PATH=~/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/sbin:/opt/local/lib/postgresql83/bin
|
||||
export PATH=$PATH:$HOME/bin
|
||||
|
||||
|
|
Loading…
Reference in a new issue