mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-03-10 05:25:14 +08:00
require: fix completions autoload (#343)
This commit is contained in:
parent
86350683be
commit
4691b92dab
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user