···2020 set --prepend fish_complete_path ${escapeShellArgs complPath}
2121 set --prepend fish_function_path ${escapeShellArgs funcPath}
2222 set --local fish_conf_source_path ${escapeShellArgs confPath}
2323- for c in $fish_conf_source_path/*; source $c; end
2323+ for c in \$fish_conf_source_path/*; source \$c; end
2424 " "$@"
2525'')