fix(random): fix negated logic in `ZSH_THEME_RANDOM_QUIET`

parent 8cb53ba6
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment