When shell is set to . respect the SHELL environment variable in the environment in which kitty is launched

Fixes #7714
This commit is contained in:
Kovid Goyal
2024-08-11 21:56:44 +05:30
parent d76767fc89
commit 2bff4af9bf
4 changed files with 9 additions and 1 deletions

View File

@@ -134,6 +134,8 @@ Detailed list of changes
- Wayland GNOME: Fix a small rendering artifact when docking a window at a screen edge or maximizing it (:iss:`7701`)
- When :opt:`shell` is set to ``.`` respect the SHELL environment variable in the environment in which kitty is launched (:pull:`7714`)
0.35.2 [2024-06-22]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@@ -98,6 +98,11 @@ Variables that influence kitty behavior
Same as :envvar:`VISUAL`. Used if :envvar:`VISUAL` is not set.
.. envvar:: SHELL
Specifies the default shell kitty will run when :opt:`shell` is set to
:code:`.`.
.. envvar:: GLFW_IM_MODULE
Set this to ``ibus`` to enable support for IME under X11.