1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-18 00:03:45 -05:00

Update completions

This commit is contained in:
Sam Stephenson
2011-08-18 14:13:20 -05:00
parent 506bc3634f
commit 53d55eb08c
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ _rbenv() {
local prev="${COMP_WORDS[COMP_CWORD-1]}"
case "$prev" in
default | local | prefix )
set-* | default | local | prefix )
_rbenv_versions
;;
* )