"plugins/vscode:/vscode.git/clone" did not exist on "c944f8b465e6c28f9a42ac6d71c90ddf9a5b5742"
Commit c97aff8f authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #2616 from Bounga/master

Don't set RBENV_ROOT to "$HOME/.rbenv" when using Homebrew rbenv
parents e0e4c0ee baf2ab1b
......@@ -10,9 +10,6 @@ FOUND_RBENV=0
rbenvdirs=("$HOME/.rbenv" "/usr/local/rbenv" "/opt/rbenv")
if _homebrew-installed && _rbenv-from-homebrew-installed ; then
rbenvdirs=($(brew --prefix rbenv) "${rbenvdirs[@]}")
if [[ $RBENV_ROOT = '' ]]; then
RBENV_ROOT="$HOME/.rbenv"
fi
fi
for rbenvdir in "${rbenvdirs[@]}" ; do
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment