Allow easily injecting env vars from the login shell config into the env in which kitty runs child processes

Fixes #9042
This commit is contained in:
Kovid Goyal
2025-10-07 22:21:15 +05:30
parent fcccadc8f3
commit a9f80fe05b
5 changed files with 48 additions and 10 deletions

View File

@@ -137,6 +137,10 @@ Detailed list of changes
0.43.2 [future]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Allow kitty to read a specified set of environment variables from your
login shell at startup using the :opt:`env` directive in kitty.conf
(:iss:`9042`)
- Fix a regression in 0.43.0 that caused a black flicker when closing a tab in
the presence of a background image (:iss:`9060`)