Merge pull request #76 'exzz-pyenv'

This commit is contained in:
Bruno Pinto 2013-11-02 00:26:36 -02:00
commit e5a2f103ae

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