mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
Update docs
This commit is contained in:
parent
d2d0487356
commit
6f6e23bf61
1 changed files with 3 additions and 4 deletions
|
|
@ -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`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue