mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 21:39:48 +01:00
Unset config_file
variable in oh-my-zsh.sh
`config_file` variable will mess up with `cd` auto-complete command. eg. I have a local dir named `Code`, and when I type `cd co<Tab>`, config_file will show up, and doesn't make any sense...
This commit is contained in:
parent
178bce287e
commit
6c5e63022d
1 changed files with 1 additions and 0 deletions
|
@ -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" ]
|
||||||
|
|
Loading…
Reference in a new issue