mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Fix mistaken removal of one too many $ZSHes. We now fall back to $ZSH/themes/ if $ZSH_CUSTOM/$ZSH_THEME.zsh-theme does not exist.
This commit is contained in:
parent
816f717aba
commit
b369a52132
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ else
|
|||
then
|
||||
source "$ZSH_CUSTOM/$ZSH_THEME.zsh-theme"
|
||||
else
|
||||
source "$ZSH_CUSTOM/$ZSH_THEME.zsh-theme"
|
||||
source "$ZSH/themes/$ZSH_THEME.zsh-theme"
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue