mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-22 09:16:08 +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…
Reference in New Issue
Block a user