mirror of
https://github.com/wez/wezterm.git
synced 2024-12-23 05:12:40 +03:00
env: unset WINDOWID
I can't think of a reason for this to ever want to be passed down from above, so remove it.
This commit is contained in:
parent
1908d35d03
commit
a0ce1f9526
@ -145,4 +145,9 @@ pub fn bootstrap() {
|
||||
set_lang_from_locale();
|
||||
|
||||
fixup_appimage();
|
||||
|
||||
// Remove this env var to avoid weirdness with some vim configurations.
|
||||
// wezterm never sets WINDOWID and we don't want to inherit it from a
|
||||
// parent process.
|
||||
std::env::remove_var("WINDOWID");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user