瀏覽代碼

Fix pyenv -> rbenv typo

pull/1133/head
Max Nordlund 9 年之前
committed by GitHub
父節點
當前提交
fab5cf912f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      completions/rbenv.fish

+ 1
- 1
completions/rbenv.fish 查看文件

@ -18,6 +18,6 @@ end
complete -f -c rbenv -n '__fish_rbenv_needs_command' -a '(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])"
end

Loading…
取消
儲存