Browse code

Unsetting config_file after loading config

Robby Russell authored on 07/05/2010 at 04:13:59
Showing 1 changed files
... ...
@@ -17,3 +17,5 @@ then
17 17
 else
18 18
   /usr/bin/env zsh $ZSH/tools/check_for_upgrade.sh
19 19
 fi
20
+
21
+unset config_file
20 22
\ No newline at end of file