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