Avoid needing to exec kitty to get manual shell integration

This commit is contained in:
Kovid Goyal
2021-11-08 11:37:50 +05:30
parent 4841502959
commit 0c160eab7b
3 changed files with 20 additions and 15 deletions

View File

@@ -116,6 +116,11 @@ Variables that kitty sets when running child programs
Path to a directory containing the kitty terminfo database.
.. envvar:: KITTY_INSTALLATION_DIR
Path to the kitty installation directory.
.. envvar:: COLORTERM
Set to the value ``truecolor`` to indicate that kitty supports 16 million
@@ -152,4 +157,5 @@ Variables that kitty sets when running child programs
.. envvar:: KITTY_SHELL_INTEGRATION
Set when enabling :ref:`shell_integration`.
Set when enabling :ref:`shell_integration`. It is automatically removed by
the shell integration scripts.