浏览代码

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

Closes #12506
Carlo Sala 9 月之前
父节点
当前提交
379e974d2b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      plugins/tmux/tmux.plugin.zsh

+ 1 - 0
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 \"\$@\"