mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
3 lines
88 B
Fish
3 lines
88 B
Fish
for gvm_path in (find $HOME/.gvm/*/current/bin -maxdepth 0)
|
|
_append_path $gvm_path
|
|
end |