mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-22 12:11:16 -03:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user