mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 14:01:20 -03:00
Reformat fish scripts with escaped newline changes to fish_indent
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user