Created
November 7, 2016 20:20
-
-
Save iolson/efc66700957abf717f1344e4324ecfa5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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