Commit 0cbd3480 authored by Jan Lindblom's avatar Jan Lindblom

Allow plan plugin to read from $PLENV_ROOT (useful with Homebrew on Mac).

parent 3a4b7de6
_prepend_path $HOME/.plenv/bin
_prepend_path $HOME/.plenv/shims
if test -n "$PLENV_ROOT"
_prepend_path $PLENV_ROOT/bin
_prepend_path $PLENV_ROOT/shims
else
_prepend_path $HOME/.plenv/bin
_prepend_path $HOME/.plenv/shims
end
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