mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-17 15:53:45 -05:00
Version autocomplete use command
This commit is contained in:
@@ -17,7 +17,7 @@ _rbenv() {
|
||||
local prev="${COMP_WORDS[COMP_CWORD-1]}"
|
||||
|
||||
case "$prev" in
|
||||
set-* | global | local | prefix )
|
||||
set-* | global | local | prefix | use )
|
||||
_rbenv_versions
|
||||
;;
|
||||
* )
|
||||
|
||||
Reference in New Issue
Block a user