diff --git a/config/zsh/interactive+login/show_fortune b/config/zsh/interactive+login/show_fortune index 5033692..ed460a2 100644 --- a/config/zsh/interactive+login/show_fortune +++ b/config/zsh/interactive+login/show_fortune @@ -2,5 +2,5 @@ (( $+commands[fortune] )) || return for say in ponysay cowsay cat; (( $+commands[$say] )) && break [[ $say = cowsay ]] && say=(cowsay -n) -[[ $say = ponysay ]] && say=(ponysay -W $(( COLUMNS - 1 ))) +[[ $say = ponysay ]] && say=(ponysay -W $(( COLUMNS - 1 )) -b unicode) fortune $XDG_CACHE_HOME/sav-quotes/quotes | $say