1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-24 07:46:59 +03:00

docs: clarify when set_environment_variables is consulted

refs: #2211
This commit is contained in:
Wez Furlong 2022-07-04 06:39:08 -07:00
parent 3dbd866b06
commit 51406cfe6f

View File

@ -1,7 +1,10 @@
# `set_environment_variables`
Specifies a map of environment variables that should be set when spawning
commands in the local domain. This is not used when working with remote
domains.
Specifies a map of environment variables that should be set when spawning new
commands in the `"local"` domain. This configuration is consulted at the time
that a program is launched. It is not possible to update the environment of a
running program on any Operating System.
This is not used when working with remote domains.
See also: [Launching Programs](../../launch.html#passing-environment-variables-to-the-spawned-program)