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.