From 97f9d160461b8e9cb3f835f3193dcc28e3c9bea4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 8 May 2025 07:27:16 +0530 Subject: [PATCH] ... --- docs/faq.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/faq.rst b/docs/faq.rst index 60a77d7d0..d96fbed8d 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -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`::