Reformat fish scripts with escaped newline changes to fish_indent

This commit is contained in:
Fabian Homborg
2020-03-15 20:54:01 +01:00
parent 7891973c9c
commit aa629c5aca
3 changed files with 4 additions and 7 deletions

View File

@@ -109,7 +109,7 @@ function __fish_config_interactive -d "Initializations that should be performed
# Run python directly in the background and swallow all output
$py $update_args >/dev/null 2>&1 &
# Then disown the job so that it continues to run in case of an early exit (#6269)
disown >/dev/null 2>&1
disown >/dev/null 2>&1
break
end
end