0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

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

Unset `config_file` variable in oh-my-zsh.sh
This commit is contained in:
Robby Russell 2012-12-05 07:14:13 -08:00
commit 4154eccb31

View file

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