Browse code

Use my normal PATH instead of included

Geoff Garside authored on 31/08/2009 at 13:02:19
Showing 1 changed files
... ...
@@ -6,6 +6,6 @@ export ZSH=$HOME/.oh-my-zsh
6 6
 for i in $ZSH/*zsh; do source $i; done;
7 7
 
8 8
 # Customize to your needs...
9
-export PATH=~/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/sbin:/opt/local/lib/postgresql83/bin
10
-
9
+#export PATH=~/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/sbin:/opt/local/lib/postgresql83/bin
10
+export PATH=$PATH:$HOME/bin
11 11