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:
Ben Mitchell 2012-02-27 23:35:05 -08:00
commit b369a52132

View file

@ -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