Skip to content

Instantly share code, notes, and snippets.

@hdf
Last active March 1, 2016 16:43
Show Gist options
  • Save hdf/cd9974cfad6e297c26ce to your computer and use it in GitHub Desktop.
Save hdf/cd9974cfad6e297c26ce to your computer and use it in GitHub Desktop.
bash aliases for myself
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