Skip to content

Instantly share code, notes, and snippets.

@iolson
Created November 7, 2016 20:20
Show Gist options
  • Save iolson/efc66700957abf717f1344e4324ecfa5 to your computer and use it in GitHub Desktop.
Save iolson/efc66700957abf717f1344e4324ecfa5 to your computer and use it in GitHub Desktop.
alias zshconfig="atom ~/.zshrc"
alias gs="git status"
alias ga-this="git add --all ."
alias ga-tree="git add --all :/"
alias gc="git commit -am"
alias gpush="git push"
alias gpull="git pull"
alias gco="git checkout"
alias gnu="git checkout -b"
export PATH="/usr/local/sbin:$PATH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment