mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-25 17:57:38 +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
|