diff --git a/zshrc b/zshrc index b4b6170..455d25d 100644 --- a/zshrc +++ b/zshrc @@ -398,4 +398,10 @@ elif type compctl &>/dev/null; then fi ###-end-npm-completion-### +function zeptosay () { + x=`fortune` + x="(begin (load \"ascii.scm\") (cowsay \"$x\"))" + zepto --single $x +} + fortune | cowsay