From be7dcc0ad84ad8abc5652b1e80dedff098a53a08 Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Thu, 10 Nov 2011 10:54:30 -0600 Subject: [PATCH] Add `rbenv root` Prints $RBENV_ROOT (defaults to ~/.rbenv) --- libexec/rbenv-root | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 libexec/rbenv-root diff --git a/libexec/rbenv-root b/libexec/rbenv-root new file mode 100755 index 00000000..cf02c058 --- /dev/null +++ b/libexec/rbenv-root @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +echo $RBENV_ROOT