Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use default chruby RUBIES path
  • Loading branch information
edsinclair committed Nov 26, 2013
1 parent c92ca13 commit c032278
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .zshrc
Expand Up @@ -25,11 +25,11 @@ DISABLE_AUTO_TITLE="true"
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
# Example format: plugins=(rails git textmate ruby lighthouse)
plugins=(brew bundler cap gem git github osx rails3 redis-cli ruby terminalapp)

# setup chruby and default to 2.0.0
source /usr/local/opt/chruby/share/chruby/chruby.sh
source /usr/local/share/chruby/auto.sh

RUBIES=(~/.rbenv/versions/*)
chruby 2.0.0-p247
chruby 2.0.0

source $ZSH/oh-my-zsh.sh

Expand Down

0 comments on commit c032278

Please sign in to comment.