Skip to content

Instantly share code, notes, and snippets.

@thedanheller
Last active September 26, 2016 12:56
Show Gist options
  • Save thedanheller/6b117daad9587f4279cdcd43ae008105 to your computer and use it in GitHub Desktop.
Save thedanheller/6b117daad9587f4279cdcd43ae008105 to your computer and use it in GitHub Desktop.
My ZSH alias
alias g="git"
alias s="sudo"
alias n="npm"
alias ns="npm start"
alias nw="npm run watch"
alias ni="npm install"
alias cfgg="subl ~/.gitconfig"
alias cfgz="subl ~/.zshrc"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment