mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-04-27 08:43:30 +02:00
tmux: fix invalid syntax on old zsh versions
First reported on https://github.com/robbyrussell/oh-my-zsh/commit/f584de5930467fd53e8b7d2e51f5227bc405e4b2#r29984052
This commit is contained in:
@@ -56,7 +56,8 @@ function _zsh_tmux_plugin_run() {
|
|||||||
return $?
|
return $?
|
||||||
fi
|
fi
|
||||||
|
|
||||||
local -a tmux_cmd=(command tmux)
|
local -a tmux_cmd
|
||||||
|
tmux_cmd=(command tmux)
|
||||||
[[ "$ZSH_TMUX_ITERM2" == "true" ]] && tmux_cmd+=(-CC)
|
[[ "$ZSH_TMUX_ITERM2" == "true" ]] && tmux_cmd+=(-CC)
|
||||||
|
|
||||||
# Try to connect to an existing session.
|
# Try to connect to an existing session.
|
||||||
|
|||||||
Reference in New Issue
Block a user