From: martin f. krafft Date: Mon, 5 May 2008 11:13:00 +0000 (+0100) Subject: use fortune -a instead of plain fortune X-Git-Url: https://git.madduck.net/etc/zsh.git/commitdiff_plain/b90f1599e936d6471af84fc3a9a6368de6968c67?ds=inline use fortune -a instead of plain fortune --- 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