diff options
author | Toon Claes <toon@tonotdo.com> | 2009-10-16 22:12:31 +0200 |
---|---|---|
committer | Toon Claes <toon@tonotdo.com> | 2009-10-16 22:12:31 +0200 |
commit | 11d0b3c2ac271f8d87629c73c9832f135558a6a2 (patch) | |
tree | dffc529362c751c358e5abbbe00a89e5b25224bb | |
parent | 6ef2e1f51c42a1e8b96f5ffc8a5b8f1e715d1738 (diff) | |
download | zsh-11d0b3c2ac271f8d87629c73c9832f135558a6a2.tar.gz zsh-11d0b3c2ac271f8d87629c73c9832f135558a6a2.tar.bz2 zsh-11d0b3c2ac271f8d87629c73c9832f135558a6a2.zip |
extended path variable, temporary
-rw-r--r-- | oh-my-zsh.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/oh-my-zsh.sh b/oh-my-zsh.sh index 6e73519b5..dd6ffec06 100644 --- a/oh-my-zsh.sh +++ b/oh-my-zsh.sh @@ -6,3 +6,6 @@ for config_file ($ZSH/lib/*.zsh) source $config_file # Load all of your custom configurations from custom/ for config_file ($ZSH/custom/*.zsh) source $config_file + + +export PATH=~/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/sbin:/opt/local/lib/postgresql83/bin |