diff --git a/config/zsh/interactive+login/show_fortune b/config/zsh/interactive+login/show_fortune index 0e095bd..5033692 100644 --- a/config/zsh/interactive+login/show_fortune +++ b/config/zsh/interactive+login/show_fortune @@ -2,4 +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 ))) fortune $XDG_CACHE_HOME/sav-quotes/quotes | $say