remove autoattach completely

This commit is contained in:
fosslinux 2019-03-03 17:43:20 +11:00
parent a97a12e57f
commit 8e24da9c79
1 changed files with 0 additions and 9 deletions

View File

@ -101,12 +101,3 @@ export EDITOR='vim'
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"
source .zsh-tmux-conf
if ! { [ "$TERM" = "screen" ] && [ -n "$TMUX" ] ; } then
if [[ -v $NOTMUX ]] ; then
tmux attach
fi
fi