mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-12 21:33:54 -05:00
Fix pyenv -> rbenv typo
This commit is contained in:
@@ -18,6 +18,6 @@ end
|
|||||||
|
|
||||||
complete -f -c rbenv -n '__fish_rbenv_needs_command' -a '(rbenv commands)'
|
complete -f -c rbenv -n '__fish_rbenv_needs_command' -a '(rbenv commands)'
|
||||||
for cmd in (rbenv commands)
|
for cmd in (rbenv commands)
|
||||||
complete -f -c pyenv -n "__fish_pyenv_using_command $cmd" -a \
|
complete -f -c rbenv -n "__fish_rbenv_using_command $cmd" -a \
|
||||||
"(rbenv completions (commandline -opc)[2..-1])"
|
"(rbenv completions (commandline -opc)[2..-1])"
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user