diff options
| author | Carlo Sala <carlosalag@protonmail.com> | 2025-03-24 20:52:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-24 20:52:31 +0100 |
| commit | eeaf9f89b0e8b10a02f16cb6cdd93779c28eb2ea (patch) | |
| tree | b04e956e9b1906c657ac65cad280ea8efe613049 /plugins/tmux/README.md | |
| parent | 899af6328b395f1db2e74d09880a1af435a188ca (diff) | |
| download | zsh-eeaf9f89b0e8b10a02f16cb6cdd93779c28eb2ea.tar.gz zsh-eeaf9f89b0e8b10a02f16cb6cdd93779c28eb2ea.tar.bz2 zsh-eeaf9f89b0e8b10a02f16cb6cdd93779c28eb2ea.zip | |
fix(tmux): disable AUTOREFRESH by default (#13034)
Diffstat (limited to 'plugins/tmux/README.md')
| -rw-r--r-- | plugins/tmux/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/tmux/README.md b/plugins/tmux/README.md index 53607b8ad..39c57f846 100644 --- a/plugins/tmux/README.md +++ b/plugins/tmux/README.md @@ -31,7 +31,7 @@ The plugin also supports the following: | Variable | Description | | ----------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ | -| `ZSH_TMUX_AUTOREFRESH` | Automatically refresh global environments (default: `true`) | +| `ZSH_TMUX_AUTOREFRESH` | Automatically refresh global environments (default: `false`) | | `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`) | |
