Browse Source

completions for rbenv-completions

pull/487/head^2^2
Jason Karns 8 years ago
parent
commit
2f917312f1
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      libexec/rbenv-completions

+ 5
- 0
libexec/rbenv-completions 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

Loading…
Cancel
Save