1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-01-07 02:54:44 +01:00
Files
oh-my-zsh/themes/random.zsh-theme
Marc Cornellà 96e473a1d6 fix(random): fix ZSH_THEME_RANDOM_QUIET check (#10534)
BREAKING CHANGE: For consistency, `ZSH_THEME_RANDOM_QUIET` now needs to
be `true` if you want to silence the "Random theme loaded" message in the
`random` theme.

The wiki specified that 1 or true was valid, while the code just
checked whether it was set to any value. Being more strict makes
sure that we're consistent with the rest of the Settings.

Fixes #10534
2021-12-26 19:27:31 +01:00

1.5 KiB