Had the wrong filter at line 235

This commit is contained in:
UnaTried 2025-04-02 19:20:45 +02:00 committed by GitHub
commit 4feee37a1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -232,7 +232,7 @@ if [[ -n "$ZSH_THEME" ]]; then
source "$ZSH/themes/$ZSH_THEME.zsh-theme" source "$ZSH/themes/$ZSH_THEME.zsh-theme"
else else
echo "[oh-my-zsh] Theme '$ZSH_THEME' was not found, using default theme!" echo "[oh-my-zsh] Theme '$ZSH_THEME' was not found, using default theme!"
if is_default_theme "$ZSH_CUSTOM" && ! is_theme "$ZSH_THEME" "robbyrussell"; then if is_default_theme "$ZSH_CUSTOM" && ! is_theme "$ZSH/themes/" "robbyrussell"; then
if is_theme "$ZSH_CUSTOM/themes/" "robbyrussell"; then if is_theme "$ZSH_CUSTOM/themes/" "robbyrussell"; then
source "$ZSH_CUSTOM/themes/robbyrussell.zsh-theme" source "$ZSH_CUSTOM/themes/robbyrussell.zsh-theme"
else else