This commit is contained in:
Kovid Goyal 2025-05-08 07:27:16 +05:30
parent ddd79f0733
commit 97f9d16046
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -470,7 +470,8 @@ You need to make sure that the environment variables you define in your shell's
rc files are either also defined system wide or via the :opt:`env` directive in
:file:`kitty.conf`. Common environment variables that cause issues are those
related to localization, such as :envvar:`LANG`, ``LC_*`` and loading of
configuration files such as ``XDG_*``, :envvar:`KITTY_CONFIG_DIRECTORY`.
configuration files such as ``XDG_*``, :envvar:`KITTY_CONFIG_DIRECTORY` and,
most importantly, ``PATH`` to locate binaries.
To see the environment variables that kitty sees, you can add the following
mapping to :file:`kitty.conf`::