mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-21 05:52:01 +08:00
Correctly set g_use_posix_spawn at launch again
This commit is contained in:
parent
c20a9ea477
commit
b760fd9064
|
@ -334,6 +334,7 @@ static void run_inits(const environment_t &vars) {
|
||||||
guess_emoji_width(vars);
|
guess_emoji_width(vars);
|
||||||
update_wait_on_escape_ms(vars);
|
update_wait_on_escape_ms(vars);
|
||||||
handle_read_limit_change(vars);
|
handle_read_limit_change(vars);
|
||||||
|
handle_fish_use_posix_spawn_change(vars);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Updates our idea of whether we support term256 and term24bit (see issue #10222).
|
/// Updates our idea of whether we support term256 and term24bit (see issue #10222).
|
||||||
|
|
Loading…
Reference in New Issue
Block a user