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

4 lines
90 B
Fish
Raw Normal View History

2014-04-27 23:54:15 +00:00
for gvm_path in (find $HOME/.gvm/*/current/bin -maxdepth 0)
_prepend_path $gvm_path
end