1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-27 02:25:28 +03:00
wezterm/pty
Wez Furlong 65707aba56 allow setting default values for environment variables
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
2020-02-09 12:55:04 -08:00
..
examples pty: implement awaitable conpty for windows 2020-01-20 15:23:56 -08:00
src allow setting default values for environment variables 2020-02-09 12:55:04 -08:00
Cargo.toml point to local filedescriptor crate 2020-01-26 09:15:24 -08:00