oh-my-fish/plugins/plenv/plenv.load
2013-10-30 11:45:05 +01:00

8 lines
137 B
Fish

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