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:
ridiculousfish 2014-05-29 13:05:47 -07:00
parent 9ae06c541f
commit 20d7a142c5

View file

@ -1975,7 +1975,7 @@ static bool initialize_synchronizes_via_fishd()
return true; return true;
} }
return bool_from_env_var(UNIVERSAL_USE_FISHD, true); return bool_from_env_var(UNIVERSAL_USE_FISHD, false);
} }
bool synchronizes_via_fishd() bool synchronizes_via_fishd()