From e37ee422b6dc2a1ceba8f8c4923c8531b9edbe51 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 4 Dec 2022 21:06:04 +0530 Subject: [PATCH] ... --- docs/changelog.rst | 2 +- docs/glossary.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 881016781..9c49a3ae0 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -61,7 +61,7 @@ Detailed list of changes - When drawing the tab bar have the default left and right margins drawn in a color matching the neighboring tab (:iss:`5719`) -- When using the :code:`include` directive in :file:`kitty.conf` make the environment variable :envvar:`KITTY_OS` available for OS specific config. +- When using the :code:`include` directive in :file:`kitty.conf` make the environment variable :envvar:`KITTY_OS` available for OS specific config 0.26.5 [2022-11-07] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/glossary.rst b/docs/glossary.rst index 7bc0ff684..b55f65a64 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -216,4 +216,4 @@ Variables that kitty sets when running child programs .. envvar:: KITTY_OS Set when using the include directive in kitty.conf. Can take values: - ``linux``, ``macos``, ``darwin``. + ``linux``, ``macos``, ``bsd``.