Skip to content

Instantly share code, notes, and snippets.

@neilang
Created May 6, 2011 02:20
Show Gist options
  • Save neilang/958336 to your computer and use it in GitHub Desktop.
Save neilang/958336 to your computer and use it in GitHub Desktop.
My bash profile
alias hostname="hostname | cowsay"
alias whoami="whoami | cowsay"
alias pwd="pwd | cowsay"
alias date="date | cowsay"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment