Cleanup how it works for bash
This commit is contained in:
parent
d4f4d56f94
commit
e7846f916a
@ -148,10 +148,12 @@ different shells.
|
|||||||
|
|
||||||
.. tab:: bash
|
.. tab:: bash
|
||||||
|
|
||||||
For bash, kitty starts bash in POSIX mode and implements the loading of the
|
For BASH, kitty starts bash in POSIX mode, using the environment variable
|
||||||
bash startup files in the integration script itself, after disabling POSIX
|
``ENV`` to load the shell integrtion script. This prevents BASH from
|
||||||
mode. From the perspective of those scripts there should be no difference
|
loading any startup files itself. The loading of the startup files is done
|
||||||
to running vanilla bash.
|
by the integration script itself, after disabling POSIX mode. From the
|
||||||
|
perspective of those scripts there should be no difference to running
|
||||||
|
vanilla bash.
|
||||||
|
|
||||||
|
|
||||||
Then, when launching the shell, kitty sets the environment variable
|
Then, when launching the shell, kitty sets the environment variable
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user