mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-01-23 13:25:15 +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
|