Commit e2a7f7d2 authored by Bruno Pinto's avatar Bruno Pinto

Split into init.fish and omf.fish files

parent 30ab0544
function init -a path --on-event init_omf
autoload $path/cli $path/util
end
...@@ -29,10 +29,6 @@ function omf::off ...@@ -29,10 +29,6 @@ function omf::off
set_color normal set_color normal
end end
function init -a path --on-event init_omf
autoload $path/cli $path/util
end
function omf -d "Oh My Fish" function omf -d "Oh My Fish"
if test (count $argv) -eq 0 if test (count $argv) -eq 0
omf.help "main"; and return 0 omf.help "main"; and return 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment