mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-03 04:03:58 +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
|