This commit is contained in:
Kovid Goyal 2022-02-22 21:40:03 +05:30
parent e7846f916a
commit 2c96e49566
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -148,10 +148,10 @@ different shells.
.. tab:: bash .. tab:: bash
For BASH, kitty starts bash in POSIX mode, using the environment variable For bash, kitty starts bash in POSIX mode, using the environment variable
``ENV`` to load the shell integrtion script. This prevents BASH from ``ENV`` to load the shell integrtion script. This prevents bash from
loading any startup files itself. The loading of the startup files is done 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 perspective of those scripts there should be no difference to running
vanilla bash. vanilla bash.