浏览代码

Merge pull request #1468 from larrylv/unset-config-file-variable

Unset `config_file` variable in oh-my-zsh.sh
Robby Russell 12 年之前
父节点
当前提交
4154eccb31
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      oh-my-zsh.sh

+ 1 - 0
oh-my-zsh.sh

@@ -56,6 +56,7 @@ done
 for config_file ($ZSH_CUSTOM/*.zsh(N)); do
   source $config_file
 done
+unset config_file
 
 # Load the theme
 if [ "$ZSH_THEME" = "random" ]