Skip to content

Instantly share code, notes, and snippets.

@matschaffer
Created March 4, 2012 15:45
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 matschaffer/1973583 to your computer and use it in GitHub Desktop.
Save matschaffer/1973583 to your computer and use it in GitHub Desktop.
ZSH=$HOME/.oh-my-zsh
ZSH_THEME="zhann"
COMPLETION_WAITING_DOTS="true"
plugins=(git ruby rvm rails rails3 autojump)
export PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:$HOME/.rvm/bin
source $ZSH/oh-my-zsh.sh
alias vi="mvim -v"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment