mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
Restore rbenv support
This commit is contained in:
parent
a59d208b9d
commit
8acf539dc8
2 changed files with 12 additions and 4 deletions
|
|
@ -8,7 +8,7 @@ _gem_home() {
|
|||
export PATH
|
||||
}
|
||||
|
||||
if ! _has-chruby; then
|
||||
if ! _has-chruby && ! _has-rbenv; then
|
||||
_gem_home
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue