mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-25 20:33:08 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue