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:
5
completions/pyenv.fish
Normal file
5
completions/pyenv.fish
Normal file
@@ -0,0 +1,5 @@
|
||||
function __fish_pyenv
|
||||
pyenv commands
|
||||
end
|
||||
|
||||
complete -f -c pyenv -a '(__fish_pyenv)'
|
||||
Reference in New Issue
Block a user