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/tmux.plugin.zsh | |
| 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/tmux.plugin.zsh')
| -rw-r--r-- | plugins/tmux/tmux.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/tmux/tmux.plugin.zsh b/plugins/tmux/tmux.plugin.zsh index f6de9166f..d2729ec09 100644 --- a/plugins/tmux/tmux.plugin.zsh +++ b/plugins/tmux/tmux.plugin.zsh @@ -16,7 +16,7 @@ fi # Automatically name the new session based on the basename of PWD : ${ZSH_TMUX_AUTONAME_SESSION:=false} # Automatically pick up tmux environments -: ${ZSH_TMUX_AUTOREFRESH:=true} +: ${ZSH_TMUX_AUTOREFRESH:=false} # Set term to screen or screen-256color based on current terminal support : ${ZSH_TMUX_DETACHED:=false} # Set detached mode |
