Add --unset to local completion
This commit is contained in:
parent
6da85246c6
commit
d50ce90a36
@ -5,7 +5,7 @@ set -e
|
||||
# Provide rbenv completions
|
||||
if [ "$1" = "--complete" ]; then
|
||||
shift
|
||||
echo system
|
||||
echo system --unset
|
||||
exec rbenv-versions --bare
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user