mirror of
https://github.com/wez/wezterm.git
synced 2024-11-27 02:25:28 +03:00
65707aba56
This is useful for setting up a reasonable initial environment. For example, on Windows you might want to set the `prompt` environment so that some basic shell integration is enabled; this will cause new tabs to open with the same cwd as the current tab: ``` set_environment_variables = { "prompt"="$E]7;file://localhost/$P$E\\$P$G" } ``` This setting is intended to apply only to the local domain. refs: https://github.com/wez/wezterm/issues/146 |
||
---|---|---|
.. | ||
examples | ||
src | ||
Cargo.toml |