summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2010-05-06 21:13:59 -0700
committerRobby Russell <robby@planetargon.com>2010-05-06 21:13:59 -0700
commit7d036913c4476916fe8b0325ea9cd54266787021 (patch)
tree88ca78f3ea68c42ca011dfb51b3f0c26301b4410
parent926d9e8893789e1b70cb4df2144c868f4aa91515 (diff)
downloadzsh-7d036913c4476916fe8b0325ea9cd54266787021.tar.gz
zsh-7d036913c4476916fe8b0325ea9cd54266787021.tar.bz2
zsh-7d036913c4476916fe8b0325ea9cd54266787021.zip
Unsetting config_file after loading config
-rw-r--r--oh-my-zsh.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/oh-my-zsh.sh b/oh-my-zsh.sh
index fa2738e18..a41f3d89e 100644
--- a/oh-my-zsh.sh
+++ b/oh-my-zsh.sh
@@ -17,3 +17,5 @@ then
else
/usr/bin/env zsh $ZSH/tools/check_for_upgrade.sh
fi
+
+unset config_file \ No newline at end of file