Browse Source

extended path variable, temporary

master
Toon Claes 15 years ago
parent
commit
5816fdbf3c
  1. 3
      oh-my-zsh.sh

3
oh-my-zsh.sh

@ -6,3 +6,6 @@ for config_file ($ZSH/lib/*.zsh) source $config_file @@ -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

Loading…
Cancel
Save