ohmyzsh/plugins/rbenv
Michele Bologna d85fb16ba7 Fix RBENV_ROOT
Targets OSX-only users which installs rbenv with homebrew.
With rbenv plugin enabled, oh-my-zsh was erroneously setting RBENV_ROOT to
brew --prefix rbenv.

Before:
% echo $RBENV_ROOT
/usr/local/opt/rbenv

After:
% echo $RBENV_ROOT
/Users/michele/.rbenv

Thus, rubies gets installed in the correct directory (~/.rbenv/versions)

Solves #3808 #3093
2015-09-27 10:43:00 +02:00
..
rbenv.plugin.zsh Fix RBENV_ROOT 2015-09-27 10:43:00 +02:00