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