Disable fortune because p10k instant prompt doesn't like it
This commit is contained in:
parent
3b4c9be359
commit
c66b758bdf
1 changed files with 0 additions and 6 deletions
|
@ -1,6 +0,0 @@
|
|||
#! zsh
|
||||
(( $+commands[fortune] )) || return
|
||||
for say in ponysay cowsay cat; (( $+commands[$say] )) && break
|
||||
[[ $say = cowsay ]] && say=(cowsay -n)
|
||||
[[ $say = ponysay ]] && say=(ponysay -W $(( COLUMNS - 1 )) -b unicode)
|
||||
fortune $XDG_CACHE_HOME/sav-quotes/quotes | $say
|
Loading…
Reference in a new issue