mirror of
https://github.com/wez/wezterm.git
synced 2024-11-24 07:46:59 +03:00
parent
3dbd866b06
commit
51406cfe6f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user