Add a note that shell integration should be removed from bashrc

This commit is contained in:
Kovid Goyal 2022-02-22 21:45:31 +05:30
parent 2c96e49566
commit 7a2a849a97
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 3 additions and 2 deletions

View File

@ -78,7 +78,8 @@ Detailed list of changes
0.24.3 [future] 0.24.3 [future]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- BASH integration: No longer modify :file:`~/.bashrc` to load :ref:`shell integration <shell_integration>` - BASH integration: No longer modify :file:`~/.bashrc` to load :ref:`shell integration <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 - macOS: Allow kitty to handle various URL types. Can be configured via
:ref:`launch_actions` (:pull:`4618`) :ref:`launch_actions` (:pull:`4618`)

View File

@ -142,7 +142,7 @@ different shells.
For fish, to make it automatically load the integration code provided by For fish, to make it automatically load the integration code provided by
kitty, the integration script directory path is prepended to the 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 process and will be cleaned up by the integration script after startup. No files
are added or modified. are added or modified.