mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-08 11:33:49 -05:00
Add --unset to local completion
This commit is contained in:
@@ -5,7 +5,7 @@ set -e
|
||||
# Provide rbenv completions
|
||||
if [ "$1" = "--complete" ]; then
|
||||
shift
|
||||
echo system
|
||||
echo system --unset
|
||||
exec rbenv-versions --bare
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user