1
0
Fork 0

docs(tmux): add note to README for #5282

This commit is contained in:
Carlo Sala 2025-03-20 20:23:47 +01:00
parent ec07c79d7e
commit 0c8c7bf2a8
No known key found for this signature in database
GPG key ID: DA6FB450C1A4FE9A

View file

@ -31,6 +31,7 @@ The plugin also supports the following:
| Variable | Description |
| ----------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
| `ZSH_TMUX_AUTOREFRESH` | Automatically refresh global environments (default: `true`) |
| `ZSH_TMUX_AUTOSTART` | Automatically starts tmux (default: `false`) |
| `ZSH_TMUX_AUTOSTART_ONCE` | Autostart only if tmux hasn't been started previously (default: `true`) |
| `ZSH_TMUX_AUTOCONNECT` | Automatically connect to a previous session if it exits (default: `true`) |