Last active
March 1, 2016 16:43
-
-
Save hdf/cd9974cfad6e297c26ce to your computer and use it in GitHub Desktop.
bash aliases for myself
This file contains hidden or 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 b='unset HISTFILE' | |
alias c='sudo apt-get autoremove && sudo apt-get autoclean' | |
alias i='sudo apt-get install' | |
alias u='sudo apt-get purge' | |
alias ..='cd ..' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment