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

Remove set- prefix from local and default commands.

This commit is contained in:
Graham Ashton
2011-08-13 07:34:15 +01:00
parent 83ced494fa
commit 7a0cde9a4e
7 changed files with 41 additions and 33 deletions

View File

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