1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-06 02:39:43 +00:00
prezto/templates/zlogin
2012-05-31 17:35:07 -04:00

14 lines
211 B
Bash

#
# Executes commands at login post-zshrc.
#
# Authors:
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
# Print a random, hopefully interesting, adage.
if (( $+commands[fortune] )); then
fortune -a
print
fi