Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/watcherwhale/zellij-store


https://github.com/watcherwhale/zellij-store

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Zellij Store

A way to share environment variables between Zellij Sessions

## Usage

1. In your config.fish add:

```fish
# config.fish

zellij-store | source
```

2. To add environment variables

```console
$ zellij-store store ...
```

3. To clean stores

```console
$ zellij-store clean
```