mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 21:39:48 +01:00
Unsetting config_file after loading config
This commit is contained in:
parent
926d9e8893
commit
7d036913c4
1 changed files with 2 additions and 0 deletions
|
@ -17,3 +17,5 @@ then
|
||||||
else
|
else
|
||||||
/usr/bin/env zsh $ZSH/tools/check_for_upgrade.sh
|
/usr/bin/env zsh $ZSH/tools/check_for_upgrade.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
unset config_file
|
Loading…
Reference in a new issue