add plugin to load plenv

This commit is contained in:
Nicolas Leclercq 2013-10-30 11:45:05 +01:00
parent ceeb4de367
commit b8a624b453

7
plugins/plenv/plenv.load Normal file
View File

@ -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