Commit 4154eccb authored by Robby Russell's avatar Robby Russell
Browse files

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

Unset `config_file` variable in oh-my-zsh.sh
parents 178bce28 6c5e6302
...@@ -56,6 +56,7 @@ done ...@@ -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" ]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment