parent
b3bbc8b769
commit
9905ab5087
|
@ -436,7 +436,7 @@ in {
|
||||||
end
|
end
|
||||||
|
|
||||||
if test -d $plugin_dir/completions
|
if test -d $plugin_dir/completions
|
||||||
set fish_complete_path $fish_function_path[1] $plugin_dir/completions $fish_complete_path[2..-1]
|
set fish_complete_path $fish_complete_path[1] $plugin_dir/completions $fish_complete_path[2..-1]
|
||||||
end
|
end
|
||||||
|
|
||||||
# Source initialization code if it exists.
|
# Source initialization code if it exists.
|
||||||
|
|
|
@ -16,7 +16,7 @@ let
|
||||||
end
|
end
|
||||||
|
|
||||||
if test -d $plugin_dir/completions
|
if test -d $plugin_dir/completions
|
||||||
set fish_complete_path $fish_function_path[1] $plugin_dir/completions $fish_complete_path[2..-1]
|
set fish_complete_path $fish_complete_path[1] $plugin_dir/completions $fish_complete_path[2..-1]
|
||||||
end
|
end
|
||||||
|
|
||||||
# Source initialization code if it exists.
|
# Source initialization code if it exists.
|
||||||
|
|
Loading…
Reference in a new issue