completions for rbenv-completions
This commit is contained in:
parent
d1f8081d1c
commit
2f917312f1
@ -10,6 +10,11 @@ if [ -z "$COMMAND" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Provide rbenv completions
|
||||||
|
if [ "$COMMAND" = "--complete" ]; then
|
||||||
|
exec rbenv-commands
|
||||||
|
fi
|
||||||
|
|
||||||
COMMAND_PATH="$(command -v "rbenv-$COMMAND" || command -v "rbenv-sh-$COMMAND")"
|
COMMAND_PATH="$(command -v "rbenv-$COMMAND" || command -v "rbenv-sh-$COMMAND")"
|
||||||
|
|
||||||
# --help is provided automatically
|
# --help is provided automatically
|
||||||
|
Loading…
x
Reference in New Issue
Block a user