Commit 9c37de5d authored by Bruno's avatar Bruno

Merge pull request #282 from janlindblom/feature/improved_plenv_plugin

Allow plenv plugin to read from $PLENV_ROOT
parents 3a4b7de6 0cbd3480
_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