From 7a2a849a9791d5413837d8850747c137810efe6f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 22 Feb 2022 21:45:31 +0530 Subject: [PATCH] Add a note that shell integration should be removed from bashrc --- docs/changelog.rst | 3 ++- docs/shell-integration.rst | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index a70ab7bc0..e37563e4a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -78,7 +78,8 @@ Detailed list of changes 0.24.3 [future] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- BASH integration: No longer modify :file:`~/.bashrc` to load :ref:`shell integration ` +- BASH integration: No longer modify :file:`~/.bashrc` to load :ref:`shell integration `. + It is recommended to remove the lines used to load the shell integration from :file:`~/.bashrc`. - macOS: Allow kitty to handle various URL types. Can be configured via :ref:`launch_actions` (:pull:`4618`) diff --git a/docs/shell-integration.rst b/docs/shell-integration.rst index 2a13d4747..5c11b2451 100644 --- a/docs/shell-integration.rst +++ b/docs/shell-integration.rst @@ -142,7 +142,7 @@ different shells. For fish, to make it automatically load the integration code provided by kitty, the integration script directory path is prepended to the - :code:`XDG_DATA_DIRS` environment variable. This is only applied to the fish + ``XDG_DATA_DIRS`` environment variable. This is only applied to the fish process and will be cleaned up by the integration script after startup. No files are added or modified.