Created
October 27, 2012 14:44
-
-
Save larssmit/3964924 to your computer and use it in GitHub Desktop.
My .zshrc
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
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