mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 04:41:14 -03:00
Detect at startup whether config and data paths are remote
This is in preparation for changing the locking regime of history.
This commit is contained in:
@@ -415,7 +415,7 @@ void env_init(const struct config_paths_t *paths, bool do_uvars, bool default_pa
|
||||
init_input();
|
||||
|
||||
// Complain about invalid config paths.
|
||||
path_emit_config_directory_errors(vars);
|
||||
path_emit_config_directory_messages(vars);
|
||||
|
||||
if (do_uvars) {
|
||||
// Set up universal variables. The empty string means to use the default path.
|
||||
|
||||
Reference in New Issue
Block a user