Skip to content

Commit

Permalink
random: add ZSH_THEME_RANDOM_QUIET setting
Browse files Browse the repository at this point in the history
Fixes ohmyzsh#9180

Co-authored-by: James Eapen <jamespeapen@gmail.com>
  • Loading branch information
2 people authored and shlomif committed Oct 15, 2020
1 parent 76a28a7 commit f84f3e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion themes/random.zsh-theme
Expand Up @@ -42,4 +42,6 @@ else
return 1
fi

echo "[oh-my-zsh] Random theme '${RANDOM_THEME}' loaded"
if [[ -z "$ZSH_THEME_RANDOM_QUIET" ]]; then
echo "[oh-my-zsh] Random theme '${RANDOM_THEME}' loaded"
fi

0 comments on commit f84f3e8

Please sign in to comment.