completions for rbenv-completions

This commit is contained in:
Jason Karns 2015-11-20 09:12:10 -05:00
parent d1f8081d1c
commit 2f917312f1

View file

@ -10,6 +10,11 @@ if [ -z "$COMMAND" ]; then
exit 1
fi
# Provide rbenv completions
if [ "$COMMAND" = "--complete" ]; then
exec rbenv-commands
fi
COMMAND_PATH="$(command -v "rbenv-$COMMAND" || command -v "rbenv-sh-$COMMAND")"
# --help is provided automatically