Merge pull request #143304 from sheeaza/patch-1

This commit is contained in:
Sandro 2021-10-28 18:00:20 +02:00 committed by GitHub
commit eddbc253f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,6 @@ in writeShellScriptBin "fish" ''
set --prepend fish_complete_path ${escapeShellArgs complPath}
set --prepend fish_function_path ${escapeShellArgs funcPath}
set --local fish_conf_source_path ${escapeShellArgs confPath}
for c in $fish_conf_source_path/*; source $c; end
for c in \$fish_conf_source_path/*; source \$c; end
" "$@"
'')