]> git.donarmstrong.com Git - zsh.git/blob - .zsh/zshrc/95_fortune.disabled
a243c28eb2426235a87bd92093178bcb8863844e
[zsh.git] / .zsh / zshrc / 95_fortune.disabled
1 # zshrc/95_fortune
2 #
3 # Prints a fortune cookie to each interactive shell
4 #
5 # Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
6 # Released under the terms of the Artistic Licence 2.0
7 #
8 # Source repository: http://git.madduck.net/v/etc/zsh.git
9 #
10
11 fortune -a 2>/dev/null || :
12
13 # vim:ft=zsh