mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-21 06:10:23 +08: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…
x
Reference in New Issue
Block a user