Update docs

This commit is contained in:
Kovid Goyal 2022-08-19 10:00:06 +05:30
parent d2d0487356
commit 6f6e23bf61
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -128,10 +128,9 @@ currently active window.
--copy-env --copy-env
type=bool-set type=bool-set
Copy the environment variables from the currently active window into the newly Copy the environment variables from the currently active window into the newly
launched child process. Note that most shells only set environment variables launched child process. Note that this only copies the environment when the
for child processes, so this will only copy the environment variables that the window was first created, as it is not possible to get updated environment variables
shell process itself has, not the environment variables child processes inside from arbitrary processes. To copy that environment, use either the :ref:`clone-in-kitty
the shell see. To copy that enviroment, use either the :ref:`clone-in-kitty
<clone_shell>` feature or the kitty remote control feature with :option:`kitty <clone_shell>` feature or the kitty remote control feature with :option:`kitty
@ launch --copy-env`. @ launch --copy-env`.