From 7a99761a4b0cb3a7ca6ad186ad109853e7b600ec Mon Sep 17 00:00:00 2001 From: hellerve Date: Mon, 18 May 2015 13:24:50 +0200 Subject: [PATCH] Added zeptosay prototype function --- zshrc | 6 ++++++ 1 file changed, 6 insertions(+) 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