From 2c96e495664deb405704b31f44f6f12c7a76e7cf Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 22 Feb 2022 21:40:03 +0530 Subject: [PATCH] ... --- docs/shell-integration.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/shell-integration.rst b/docs/shell-integration.rst index d0d2800ff..2a13d4747 100644 --- a/docs/shell-integration.rst +++ b/docs/shell-integration.rst @@ -148,10 +148,10 @@ different shells. .. tab:: bash - For BASH, kitty starts bash in POSIX mode, using the environment variable - ``ENV`` to load the shell integrtion script. This prevents BASH from + For bash, kitty starts bash in POSIX mode, using the environment variable + ``ENV`` to load the shell integrtion script. This prevents bash from loading any startup files itself. The loading of the startup files is done - by the integration script itself, after disabling POSIX mode. From the + by the integration script, after disabling POSIX mode. From the perspective of those scripts there should be no difference to running vanilla bash.