From 4feee37a1fd8a0e51d0c2a313ad96c335b7e3958 Mon Sep 17 00:00:00 2001 From: UnaTried <103455203+UnaTried@users.noreply.github.com> Date: Wed, 2 Apr 2025 19:20:45 +0200 Subject: [PATCH] Had the wrong filter at line 235 --- oh-my-zsh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oh-my-zsh.sh b/oh-my-zsh.sh index 198982b05..ba00f13e4 100644 --- a/oh-my-zsh.sh +++ b/oh-my-zsh.sh @@ -232,7 +232,7 @@ if [[ -n "$ZSH_THEME" ]]; then source "$ZSH/themes/$ZSH_THEME.zsh-theme" else 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 source "$ZSH_CUSTOM/themes/robbyrussell.zsh-theme" else