From b90f1599e936d6471af84fc3a9a6368de6968c67 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Mon, 5 May 2008 12:13:00 +0100 Subject: [PATCH] use fortune -a instead of plain fortune --- .zsh/zshrc/99_fortune | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zsh/zshrc/99_fortune b/.zsh/zshrc/99_fortune index 3e1fc2b..11d843b 100644 --- a/.zsh/zshrc/99_fortune +++ b/.zsh/zshrc/99_fortune @@ -8,6 +8,6 @@ # Source repository: http://git.madduck.net/v/etc/zsh.git # -fortune 2>/dev/null || : +fortune -a 2>/dev/null || : # vim:ft=zsh -- 2.39.2