Browse code

Remove PATH definition as we define this in .profile

Geoff Garside authored on 31/08/2009 at 17:49:48
Showing 1 changed files
... ...
@@ -12,5 +12,4 @@ for i in $ZSH/*zsh; do source $i; done;
12 12
 
13 13
 # Customize to your needs...
14 14
 #export PATH=~/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/sbin:/opt/local/lib/postgresql83/bin
15
-export PATH=$PATH:$HOME/bin
16 15