zellij/zellij-client
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
..
src add: set env var's from config and layout (#1154) 2022-03-01 15:47:52 +01:00
Cargo.toml chore(version): bump development version 2022-02-22 13:36:39 +01:00