mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
Had the wrong filter at line 235
This commit is contained in:
parent
f07f9ef7ee
commit
4feee37a1f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue