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