mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
commit
4837c1c7d4
7
plugins/plenv/plenv.load
Normal file
7
plugins/plenv/plenv.load
Normal file
@ -0,0 +1,7 @@
|
||||
if test -d $HOME/.plenv/bin
|
||||
set PATH $HOME/.plenv/bin $PATH
|
||||
end
|
||||
|
||||
if test -d $HOME/.plenv/shims
|
||||
set PATH $HOME/.plenv/shims $PATH
|
||||
end
|
Loading…
Reference in New Issue
Block a user