summaryrefslogtreecommitdiff
path: root/plugins/rbenv/rbenv.plugin.zsh
AgeCommit message (Collapse)Author
2021-12-13fix: quote % characters in ruby prompt info functionsMarc Cornellà
2021-12-13style(rbenv): adapt to code styleMarc Cornellà
2020-07-30rbenv: fix current_gemsetMarc Cornellà
Fixes #8925 Co-authored-by: Josh Goodall <inopinatus@inopinatus.org>
2020-05-23rbenv: fix redirect in current_gemsetMarc Cornellà
Fixes #8925 Related #4688
2020-03-04rbenv: fix rbenv_prompt_info prefix and suffix (#3764)chieping
Closes #3764
2019-05-08rbenv: improve rbenv loading based on pyenv (#7626)Thomas Kriechbaumer
2017-11-06Set RBENV_ROOT to "$HOME/.rbenv" if not already set (#6324)Nicolas Cavigneaux
This is the default behavior of rbenv and what users are expecting most of the time. It allows users to have their own set of rubies and gems. It also prevents losing all rubies when rbenv is updated using Homebrew which is not true when RBENV_ROOT is set to /usr/local/opt/rbenv.
2015-08-15reduce rbenv plugin load time by 150ms by removing additional brew callGabe Martin-Dempesy
2014-05-28Update plugins/rbenv/rbenv.plugin.zshAndrey Koleshko
Fix rbenv plugin for OS X latest homebrew
2014-03-17Don't set RBENV_ROOT to "$HOME/.rbenv" when using Homebrew rbenvNicolas Cavigneaux
Hard setting RBENV_ROOT to "$HOME/.rbenv" when using Homebrew's rbenv will breaks it. It has to be set to $(brew --prefix rbenv).
2013-10-14don't clobber existing RBENV_ROOT & follow Homebrew's default behaviorWes Morgan
2013-03-20Use --no-rehash option for faster startupAdam Stankiewicz
2013-02-08Fix rbenv gems helperJesse B. Hannah
Fixes gem versions with words (beta, pre) in the version or with multiple installed versions not being highlighted, and compatibility with GNU sed (related to robbyrussell/oh-my-zsh#1579).
2012-07-03Merge pull request #1170 from dipth/masterRobby Russell
Explicitly tell rbenv to use zsh
2012-06-18sanitized code according to coding styleTima Maslyuchenko
2012-06-18rbenv plugin now uses 'brew --prefix rbenv' command to find rbenv folderTima Maslyuchenko
2012-06-16Explicitly tell rbenv to use zshThomas Dippel
According to @graywh's comment on: https://github.com/sstephenson/rbenv/issues/185
2011-10-20fix: rbenv: I need to find a proper way to test changes...Peter Hoeg
2011-10-20add: rbenv pluginPeter Hoeg