mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-09-04 00:46:17 +00:00
Dont propagate VTE_VERSION
VTE stupidly installs the shell integration script system wide keyed on the presence of VTE_VERSION env var. Which will be set if kitty is launched from a VTE based terminal. Sigh.
This commit is contained in:
parent
4fb61ac8f3
commit
de1ab142aa
1 changed files with 1 additions and 0 deletions
|
|
@ -151,6 +151,7 @@ def process_env() -> dict[str, str]:
|
|||
if ssl_env_var is not None:
|
||||
ans.pop(ssl_env_var, None)
|
||||
ans.pop('XDG_ACTIVATION_TOKEN', None)
|
||||
ans.pop('VTE_VERSION', None) # Used by the stupid VTE shell integration script that is installed system wide, sigh
|
||||
return ans
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue