소스 검색

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

불러오는 중...
취소
저장