tmux: Attach only to the prezto session

This commit is contained in:
Adam Goldsmith 2015-04-25 23:11:31 -04:00
parent 978fd3f4ce
commit d7f52ca811
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ if [[ -z "$TMUX" && -z "$EMACS" && -z "$VIM" ]] && ( \
set-option -t "$tmux_session" destroy-unattached off &> /dev/null
fi
# Attach to the 'prezto' session or to the last session used.
exec tmux $_tmux_iterm_integration attach-session
# Attach only to the prezto session
exec tmux $_tmux_iterm_integration new-session -A -s prezto
fi
#