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