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