diff options
| author | Carlo Sala <carlosalag@protonmail.com> | 2024-07-15 18:45:46 +0200 |
|---|---|---|
| committer | Carlo Sala <carlosalag@protonmail.com> | 2024-07-15 18:45:50 +0200 |
| commit | 379e974d2b54bcc7de0f1787a592957031616559 (patch) | |
| tree | 81ec6b7da00f3f860db190ed938607d8c05ace22 /plugins/tmux | |
| parent | 4146c6be217fb3c57c60d74263808f85b1591a0a (diff) | |
| download | zsh-379e974d2b54bcc7de0f1787a592957031616559.tar.gz zsh-379e974d2b54bcc7de0f1787a592957031616559.tar.bz2 zsh-379e974d2b54bcc7de0f1787a592957031616559.zip | |
fix(tmux): do not conflict with `rcExpandParam`
Closes #12506
Diffstat (limited to 'plugins/tmux')
| -rw-r--r-- | plugins/tmux/tmux.plugin.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/tmux/tmux.plugin.zsh b/plugins/tmux/tmux.plugin.zsh index 399de1ccc..51cc7d6a5 100644 --- a/plugins/tmux/tmux.plugin.zsh +++ b/plugins/tmux/tmux.plugin.zsh @@ -50,6 +50,7 @@ fi # ALIASES function _build_tmux_alias { + setopt localoptions no_rc_expand_param eval "function $1 { if [[ -z \$1 ]] || [[ \${1:0:1} == '-' ]]; then tmux $2 \"\$@\" |
