fix(tmux): do not conflict with `rcExpandParam`

Closes #12506
master
Carlo Sala 2 years ago
parent 4146c6be21
commit 379e974d2b
No known key found for this signature in database
GPG Key ID: DA6FB450C1A4FE9A
  1. 1
      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 \"\$@\"

Loading…
Cancel
Save