add plugin to load pyenv

This commit is contained in:
Nicolas Leclercq 2013-10-30 11:37:15 +01:00 committed by Bruno Pinto
parent bdb370f1c6
commit b57f62e2fc

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

@ -0,0 +1,7 @@
if test -d $HOME/.pyenv/bin
set PATH $HOME/.pyenv/bin $PATH
end
if test -d $HOME/.pyenv/shims
set PATH $HOME/.pyenv/shims $PATH
end