Skip to content

Instantly share code, notes, and snippets.

@larzconwell
Created January 7, 2014 19:49
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
alias update="sudo apt-get update"
alias upgrade="update && sudo apt-get upgrade"
alias dist-upgrade="upgrade && sudo apt-get dist-upgrade"
alias install="sudo apt-get install ${@:2}"
alias uninstall="sudo apt-get purge ${@:2}"
alias search="apt-cache search ${@:2}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment