Remove PATH definition as we define this in .profile
This commit is contained in:
parent
51ee785c53
commit
3d3dbaf5db
1
zshrc
1
zshrc
|
@ -12,5 +12,4 @@ for i in $ZSH/*zsh; do source $i; done;
|
||||||
|
|
||||||
# Customize to your needs...
|
# 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