#!/usr/bin/env zsh

if [ -x `which fortune` ]
then
    fortune
fi