mirror of
https://github.com/wez/wezterm.git
synced 2024-11-28 01:06:37 +03:00
make it easier to debug why a given config file is being used
This commit is contained in:
parent
0e01929caa
commit
7053021045
@ -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());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user