···20 set --prepend fish_complete_path ${escapeShellArgs complPath}
21 set --prepend fish_function_path ${escapeShellArgs funcPath}
22 set --local fish_conf_source_path ${escapeShellArgs confPath}
23- for c in $fish_conf_source_path/*; source $c; end
24 " "$@"
25'')
···20 set --prepend fish_complete_path ${escapeShellArgs complPath}
21 set --prepend fish_function_path ${escapeShellArgs funcPath}
22 set --local fish_conf_source_path ${escapeShellArgs confPath}
23+ for c in \$fish_conf_source_path/*; source \$c; end
24 " "$@"
25'')