1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-09 20:13:47 -05:00

Add --unset to local completion

This commit is contained in:
Sam Stephenson
2011-09-13 12:33:46 -05:00
parent 6da85246c6
commit d50ce90a36

View File

@@ -5,7 +5,7 @@ set -e
# Provide rbenv completions # Provide rbenv completions
if [ "$1" = "--complete" ]; then if [ "$1" = "--complete" ]; then
shift shift
echo system echo system --unset
exec rbenv-versions --bare exec rbenv-versions --bare
fi fi