Skip to content

Instantly share code, notes, and snippets.

@artemave
Created August 30, 2012 22:40
Show Gist options
  • Save artemave/3543527 to your computer and use it in GitHub Desktop.
Save artemave/3543527 to your computer and use it in GitHub Desktop.
Let the Wise Rainbow Cow share bits of its wisdom
# put this in .zprofile, .profile, etc.
# you need `cowsay`, `lolcat` and `fortune` installed for The Cow to speak in its full color
# `lolcat` is a ruby gem - `gem install lolcat`
command -v fortune cowsay lolcat &> /dev/null && fortune | cowsay | lolcat
@joshski
Copy link

joshski commented Aug 31, 2012

Handy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment