Skip to content

Instantly share code, notes, and snippets.

@MattMS
Last active March 14, 2017 04:40
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 MattMS/e4da4e87d02826a674e0 to your computer and use it in GitHub Desktop.
Save MattMS/e4da4e87d02826a674e0 to your computer and use it in GitHub Desktop.
Aliases to make bash slightly less annoying
alias d='docker'
alias dc='docker-compose'
alias di='docker images'
alias gitb='git branch'
alias gitc='git checkout'
alias gitg='git pull'
alias gitp='git push'
alias gits='git status'
alias la='ls -a'
alias ll='ls -ahl'
alias up='cd ..'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment