From: martin f. krafft Date: Mon, 5 May 2008 14:34:34 +0000 (+0100) Subject: disable fortune display X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=855c8c46896369acf1a9e48b9e8f9b8cae731cf0;p=zsh.git disable fortune display --- diff --git a/.zsh/zshrc/99_fortune b/.zsh/zshrc/99_fortune deleted file mode 100644 index 11d843b..0000000 --- a/.zsh/zshrc/99_fortune +++ /dev/null @@ -1,13 +0,0 @@ -# zshrc/99_fortune -# -# Prints a fortune cookie to each interactive shell -# -# Copyright © 1994–2008 martin f. krafft -# Released under the terms of the Artistic Licence 2.0 -# -# Source repository: http://git.madduck.net/v/etc/zsh.git -# - -fortune -a 2>/dev/null || : - -# vim:ft=zsh diff --git a/.zsh/zshrc/99_fortune.disabled b/.zsh/zshrc/99_fortune.disabled new file mode 100644 index 0000000..11d843b --- /dev/null +++ b/.zsh/zshrc/99_fortune.disabled @@ -0,0 +1,13 @@ +# zshrc/99_fortune +# +# Prints a fortune cookie to each interactive shell +# +# Copyright © 1994–2008 martin f. krafft +# Released under the terms of the Artistic Licence 2.0 +# +# Source repository: http://git.madduck.net/v/etc/zsh.git +# + +fortune -a 2>/dev/null || : + +# vim:ft=zsh