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

Rename rbenv-default to rbenv-global

This commit is contained in:
Sam Stephenson
2011-08-18 14:32:33 -05:00
parent 53d55eb08c
commit 5be66da9f4
9 changed files with 44 additions and 37 deletions

View File

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