We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b4b51a commit f47e74aCopy full SHA for f47e74a
bin/rbenv-install
@@ -2,6 +2,11 @@
2
set -e
3
[ -n "$RBENV_DEBUG" ] && set -x
4
5
+# Provide rbenv completions
6
+if [ "$1" = "--complete" ]; then
7
+ exec ruby-build --definitions
8
+fi
9
+
10
if [ -z "$RBENV_ROOT" ]; then
11
RBENV_ROOT="${HOME}/.rbenv"
12
fi
0 commit comments