Merge pull request #143304 from sheeaza/patch-1
This commit is contained in:
commit
eddbc253f4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
" "$@"
|
||||
'')
|
||||
|
|
Loading…
Reference in a new issue