mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
Merge pull request #76 'exzz-pyenv'
This commit is contained in:
commit
e5a2f103ae
7
plugins/pyenv/pyenv.load
Normal file
7
plugins/pyenv/pyenv.load
Normal 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
|
Loading…
Reference in New Issue
Block a user