X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/7b531b7a66ac76c74fd50247b6267ee7a5767785..855c8c46896369acf1a9e48b9e8f9b8cae731cf0:/.zsh/zshrc/99_fortune.disabled 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