1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-08 11:33:49 -05:00

Support fish shell

This commit is contained in:
Yamashita Yuu
2013-08-15 21:27:52 +09:00
parent 403f4eb7a7
commit 93b536863f
7 changed files with 128 additions and 14 deletions

5
completions/pyenv.fish Normal file
View File

@@ -0,0 +1,5 @@
function __fish_pyenv
pyenv commands
end
complete -f -c pyenv -a '(__fish_pyenv)'