1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-17 07:43:46 -05:00

Version autocomplete use command

This commit is contained in:
Joshua Peek
2011-09-06 22:07:21 -05:00
parent c928ba7a21
commit d14529461b
2 changed files with 2 additions and 2 deletions

View File

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