add plugin to load plenv

pull/2/head
Nicolas Leclercq 11 years ago
parent ceeb4de367
commit b8a624b453

@ -0,0 +1,7 @@
if test -d $HOME/.plenv/bin
set PATH $HOME/.plenv/bin $PATH
end
if test -d $HOME/.plenv/shims
set PATH $HOME/.plenv/shims $PATH
end
Loading…
Cancel
Save