Commit 4691b92d authored by Derek Willian Stavis's avatar Derek Willian Stavis

require: fix completions autoload (#343)

parent 86350683
......@@ -29,7 +29,7 @@ function require
end
set function_path $package_path/functions*
set completion_path $package_path/completions*
set complete_path $package_path/completions*
set init_path $package_path/init.fish*
# Autoload functions
......
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