Skip to content

Commit

Permalink
Merge pull request ohmyzsh#1468 from larrylv/unset-config-file-variable
Browse files Browse the repository at this point in the history
Unset `config_file` variable in oh-my-zsh.sh
  • Loading branch information
robbyrussell committed Dec 5, 2012
2 parents 178bce2 + 6c5e630 commit 4154ecc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oh-my-zsh.sh
Expand Up @@ -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" ]
Expand Down

0 comments on commit 4154ecc

Please sign in to comment.