Skip to content

Instantly share code, notes, and snippets.

@tasdikrahman
Created August 23, 2015 09:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tasdikrahman/37ce74824818e8463c88 to your computer and use it in GitHub Desktop.
Save tasdikrahman/37ce74824818e8463c88 to your computer and use it in GitHub Desktop.
my .bash_aliases file
alias ?='cowsay -f $(ls /usr/share/cowsay/cows | shuf -n 1 | cut -d. -f1) $(whatis $(ls /bin) 2>/dev/null | shuf -n 1)'
alias gl='git log --oneline --graph --all --decorate'
alias copy_cloud=/Documents/copy/x86_64/CopyAgent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment