Unverified Commit 60db5cdb authored by Marc Cornellà's avatar Marc Cornellà Committed by GitHub
Browse files
parent 44473d78
......@@ -56,7 +56,8 @@ function _zsh_tmux_plugin_run() {
return $?
fi
local -a tmux_cmd=(command tmux)
local -a tmux_cmd
tmux_cmd=(command tmux)
[[ "$ZSH_TMUX_ITERM2" == "true" ]] && tmux_cmd+=(-CC)
# Try to connect to an existing session.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment