mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-01-23 20:09:31 +08:00
4 lines
78 B
Fish
4 lines
78 B
Fish
function init -a path --on-event init_omf
|
|
autoload $path/cli $path/util
|
|
end
|