Created
August 23, 2015 09:37
-
-
Save tasdikrahman/37ce74824818e8463c88 to your computer and use it in GitHub Desktop.
my .bash_aliases file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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