mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
add plugin to load pyenv
This commit is contained in:
parent
bdb370f1c6
commit
b57f62e2fc
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