3 lines
88 B
Fish
Raw Normal View History

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