Skip to content

Instantly share code, notes, and snippets.

@joelgriffith
Last active December 21, 2015 07:18
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 joelgriffith/6269849 to your computer and use it in GitHub Desktop.
Save joelgriffith/6269849 to your computer and use it in GitHub Desktop.
Zero Shell Preferences
#########################
## ZSH
#########################
ZSH=$HOME/.oh-my-zsh
ZSH_THEME="ys"
#########################
## PLUGINS
#########################
plugins=(git npm node sublime)
source $ZSH/oh-my-zsh.sh
##########################
## ALIASES
##########################
alias gtar='git archive -o latest.tar --format=tar.gz HEAD -9'
alias p='cd ~/Projects'
alias dir='ls -la'
alias ios='open /Applications/Xcode.app/Contents/Developer/Applications/iOS\ Simulator.app'
alias hosts='sudo vim /etc/hosts'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment