1
1
mirror of https://github.com/wez/wezterm.git synced 2024-10-28 09:22:19 +03:00

make it easier to debug why a given config file is being used

This commit is contained in:
Wez Furlong 2020-02-27 21:21:13 -08:00
parent 0e01929caa
commit 7053021045

View File

@ -574,6 +574,7 @@ impl Config {
}
}
if let Some(path) = std::env::var_os("WEZTERM_CONFIG_FILE") {
log::trace!("Note: WEZTERM_CONFIG_FILE is set in the environment");
paths.insert(0, path.into());
}