1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-18 08:13:46 -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

@@ -14,7 +14,7 @@ _rbenv_versions() {
_rbenv() {
case "$words[2]" in
set-local | set-default | prefix ) _rbenv_versions ;;
set-* | default | local | prefix ) _rbenv_versions ;;
* ) _rbenv_commands ;;
esac
}