mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
fix(random): fix negated logic in ZSH_THEME_RANDOM_QUIET
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user