mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-19 19:22:45 +08:00
Enable fishd-less mode by default.
Shell instances now synchronize universal variables using the filesystem. fishd should no longer be launched by default.
This commit is contained in:
parent
9ae06c541f
commit
20d7a142c5
|
@ -1975,7 +1975,7 @@ static bool initialize_synchronizes_via_fishd()
|
|||
return true;
|
||||
}
|
||||
|
||||
return bool_from_env_var(UNIVERSAL_USE_FISHD, true);
|
||||
return bool_from_env_var(UNIVERSAL_USE_FISHD, false);
|
||||
}
|
||||
|
||||
bool synchronizes_via_fishd()
|
||||
|
|
Loading…
Reference in New Issue
Block a user