Skip to content

Instantly share code, notes, and snippets.

@felixgirault
Last active December 11, 2015 15:09
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 felixgirault/4619232 to your computer and use it in GitHub Desktop.
Save felixgirault/4619232 to your computer and use it in GitHub Desktop.
Bash aliases.
# apt
alias search='apt-cache search'
alias install='sudo apt-get install'
# git
alias gs='git status' # overwrites ghostscript
alias ga='git add .'
alias gc='git commit -m'
alias gp='git push'
alias gu='git pull'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment