From 207afb3f62d615a9ed4cbdb05f3860c3ed56b272 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Sun, 30 Oct 2016 10:18:19 +1100 Subject: [PATCH] Use prettier Unicode bubbles around ponysay fortunes --- config/zsh/interactive+login/show_fortune | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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