Marc Cornellà
9a3d853481
fix: quote % characters in ruby prompt info functions
4 years ago
Marc Cornellà
59cb231692
style(rbenv): adapt to code style
4 years ago
Marc Cornellà
8755c5f101
rbenv: fix current_gemset
...
Fixes #8925
Co-authored-by: Josh Goodall <inopinatus@inopinatus.org>
6 years ago
Marc Cornellà
3f245edf1b
rbenv: fix redirect in current_gemset
...
Fixes #8925
Related #4688
6 years ago
chieping
76fb7a258b
rbenv: fix rbenv_prompt_info prefix and suffix ( #3764 )
...
Closes #3764
6 years ago
Kenny Heaton
a7c740b1d7
rbenv: add README ( #8293 )
7 years ago
Thomas Kriechbaumer
20ecca2ba9
rbenv: improve rbenv loading based on pyenv ( #7626 )
7 years ago
Nicolas Cavigneaux
9dab0af11f
Set RBENV_ROOT to "$HOME/.rbenv" if not already set ( #6324 )
...
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.
8 years ago
Gabe Martin-Dempesy
daedfcab51
reduce rbenv plugin load time by 150ms by removing additional brew call
11 years ago
Andrey Koleshko
80828cd0d3
Update plugins/rbenv/rbenv.plugin.zsh
...
Fix rbenv plugin for OS X latest homebrew
12 years ago
Nicolas Cavigneaux
baf2ab1bf1
Don't set RBENV_ROOT to "$HOME/.rbenv" when using Homebrew rbenv
...
Hard setting RBENV_ROOT to "$HOME/.rbenv" when using Homebrew's rbenv
will breaks it. It has to be set to $(brew --prefix rbenv).
12 years ago
Wes Morgan
3ca3c5a126
don't clobber existing RBENV_ROOT & follow Homebrew's default behavior
13 years ago
Adam Stankiewicz
0ed1adeaad
Use --no-rehash option for faster startup
13 years ago
Jesse B. Hannah
dace87ae36
Fix rbenv gems helper
...
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).
13 years ago
Tima Maslyuchenko
5931f64308
sanitized code according to coding style
14 years ago
Tima Maslyuchenko
e9a9deacb0
rbenv plugin now uses 'brew --prefix rbenv' command to find rbenv folder
14 years ago
Thomas Dippel
823cc9180c
Explicitly tell rbenv to use zsh
...
According to @graywh's comment on:
https://github.com/sstephenson/rbenv/issues/185
14 years ago
Peter Hoeg
31cddcd324
fix: rbenv: I need to find a proper way to test changes...
15 years ago
Peter Hoeg
a5545bd31c
add: rbenv plugin
15 years ago