From 2a33581e80246aa584de0d1dfd0fc14ce6906007 Mon Sep 17 00:00:00 2001 From: Harry Terkelsen Date: Fri, 14 Nov 2014 23:50:03 -0800 Subject: [PATCH] [Fix #724] Unquote variable Signed-off-by: Sorin Ionescu --- modules/tmux/init.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tmux/init.zsh b/modules/tmux/init.zsh index 778da81..070abca 100644 --- a/modules/tmux/init.zsh +++ b/modules/tmux/init.zsh @@ -38,7 +38,7 @@ if [[ -z "$TMUX" && -z "$EMACS" && -z "$VIM" ]] && ( \ fi # Attach to the 'prezto' session or to the last session used. - exec tmux "$_tmux_iterm_integration" attach-session + exec tmux $_tmux_iterm_integration attach-session fi #