mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 21:39:48 +01:00
Remove PATH definition as we define this in .profile
This commit is contained in:
parent
3dfa677ede
commit
df8ad95c6a
1 changed files with 0 additions and 1 deletions
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