Browse Source

[Fix #724] Unquote variable

Signed-off-by: Sorin Ionescu <sorin.ionescu@gmail.com>
master
Harry Terkelsen 10 years ago committed by Sorin Ionescu
parent
commit
2a33581e80
  1. 2
      modules/tmux/init.zsh

2
modules/tmux/init.zsh

@ -38,7 +38,7 @@ if [[ -z "$TMUX" && -z "$EMACS" && -z "$VIM" ]] && ( \ @@ -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
#

Loading…
Cancel
Save