Skip to content

Instantly share code, notes, and snippets.

@vaughany
Created June 7, 2018 08:56
Show Gist options
  • Select an option

  • Save vaughany/f75f44f0f8cd371a3c0eab0e4f5d2e84 to your computer and use it in GitHub Desktop.

Select an option

Save vaughany/f75f44f0f8cd371a3c0eab0e4f5d2e84 to your computer and use it in GitHub Desktop.
Bash aliases
alias poop="~/poop.sh"
alias c="clear"
alias cls="clear"
alias gits="git status"
alias gita="git add ."
alias gitb="git branch -a"
alias gitd="git diff"
alias gitdw="git diff --word-diff"
alias gitdc="git diff --cached"
alias gitdwc="git diff --cached --word-diff"
alias gitl="git log --show-signatures"
alias gitas="gita && gits"
alias gitadc="gita && gitdc"
alias fizmo="fizmo-ncursesw"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment