mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
Add rbenv root
Prints $RBENV_ROOT (defaults to ~/.rbenv)
This commit is contained in:
parent
01a0ad0b69
commit
be7dcc0ad8
1 changed files with 2 additions and 0 deletions
2
libexec/rbenv-root
Executable file
2
libexec/rbenv-root
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
echo $RBENV_ROOT
|
Loading…
Reference in a new issue