oh-my-fish/plugins/gvm/gvm.load

4 lines
90 B
Fish

for gvm_path in (find $HOME/.gvm/*/current/bin -maxdepth 0)
_prepend_path $gvm_path
end