Skip to content

Instantly share code, notes, and snippets.

@larssmit
Created October 27, 2012 14:44
Show Gist options
  • Save larssmit/3964924 to your computer and use it in GitHub Desktop.
Save larssmit/3964924 to your computer and use it in GitHub Desktop.
My .zshrc
ZSH=$HOME/.oh-my-zsh
ZSH_THEME ="lsmit"
CASE_SENSITIVE ="false"
plugins=(git autojump brew bundler cap encode64 extract gem heroku jira jruby node npm osx python rails rails3 rake rbenv redis-cli ruby ssh-agent sublime textmate vagrant)
source $ZSH/oh-my-zsh.sh
export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init -)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment