mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
parent
babc6f0f9c
commit
e9fcbb334e
@ -28,7 +28,11 @@ function __fish_rbenv_installed_rubies
|
||||
end
|
||||
|
||||
function __fish_rbenv_official_rubies
|
||||
ruby-build --definitions
|
||||
if command -s ruby-build >/dev/null
|
||||
ruby-build --definitions
|
||||
else
|
||||
rbenv install --list
|
||||
end
|
||||
end
|
||||
|
||||
function __fish_rbenv_prefixes
|
||||
|
Loading…
x
Reference in New Issue
Block a user