zellij/zellij-client/src
a-kenji 6d653e1521
add: set env var's from config and layout (#1154)
Add ability to set `ENVIRONMENT VARIABLES` from the
config and the layout files.

example:

```
env:
  ZELLIJ_CONFIG:
    DEFAULT
```

or

```
env:
  ZELLIJ_LAYOUT_NAME:
    BUILD_SESSION
```

If two keys conflict (configuration and layout), then the key
from the layout is used.

fixes: #1059
2022-03-01 15:47:52 +01:00
..
unit fix(input): handle discontiguous STDIN input (#1119) 2022-02-25 14:34:55 +01:00
command_is_executing.rs Big refactor: separate crates for client, server and utilities 2021-05-16 21:41:56 +05:30
input_handler.rs fix(input): handle discontiguous STDIN input (#1119) 2022-02-25 14:34:55 +01:00
lib.rs add: set env var's from config and layout (#1154) 2022-03-01 15:47:52 +01:00
os_input_output.rs fix(input): handle discontiguous STDIN input (#1119) 2022-02-25 14:34:55 +01:00
stdin_handler.rs fix(input): handle discontiguous STDIN input (#1119) 2022-02-25 14:34:55 +01:00