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

3 lines
88 B
Fish
Raw Normal View History

2014-04-28 07:54:15 +08:00
for gvm_path in (find $HOME/.gvm/*/current/bin -maxdepth 0)
_append_path $gvm_path
end