From 6f9c1666e1a34258cfcb7fccb4c7973cdb4127d9 Mon Sep 17 00:00:00 2001 From: Indrajit Raychaudhuri Date: Sat, 6 Jul 2013 11:28:53 -0500 Subject: [PATCH] Use short apothegms only in fortune --- runcoms/zlogin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runcoms/zlogin b/runcoms/zlogin index 9911de5..30549f3 100644 --- a/runcoms/zlogin +++ b/runcoms/zlogin @@ -17,7 +17,7 @@ # Print a random, hopefully interesting, adage. if (( $+commands[fortune] )); then if [[ -t 0 || -t 1 ]]; then - fortune -a + fortune -s print fi fi