From 5816fdbf3c5732f557f94001e5eeeaa8c8994c97 Mon Sep 17 00:00:00 2001 From: Toon Claes Date: Fri, 16 Oct 2009 22:12:31 +0200 Subject: [PATCH] extended path variable, temporary --- oh-my-zsh.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/oh-my-zsh.sh b/oh-my-zsh.sh index 6e73519b..dd6ffec0 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