This website works better with JavaScript.
首頁
探索
說明
登入
isprogram
/
pyenv
镜像来自
https://github.com/pyenv/pyenv.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
Projects
0
版本發佈
240
Wiki
Activity
瀏覽代碼
Fix pyenv -> rbenv typo
pull/1133/head
Max Nordlund
9 年之前
committed by
GitHub
父節點
9f52b56aa8
當前提交
fab5cf912f
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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_py
env_using_command
$cmd
"
-a
\
complete
-f -c
rbenv -n
"
__fish_rb
env_using_command
$cmd
"
-a
\
"(rbenv completions (commandline -opc)[2..-1])"
end
Write
Preview
Loading…
取消
儲存