mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 01:48:34 -07:00
fix(random): fix negated logic in ZSH_THEME_RANDOM_QUIET
This commit is contained in:
parent
8cb53ba692
commit
634296be3c
@ -42,6 +42,6 @@ else
|
||||
return 1
|
||||
fi
|
||||
|
||||
if [[ "$ZSH_THEME_RANDOM_QUIET" = true ]]; then
|
||||
if [[ "$ZSH_THEME_RANDOM_QUIET" != true ]]; then
|
||||
echo "[oh-my-zsh] Random theme '${RANDOM_THEME}' loaded"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user