remove auto tmux from bash file.

I had to remove this in order to not have weird 'all sessions attach to same tmux sessions' issue. Better to add tmux arg in console host.
This commit is contained in:
jowj 2018-05-01 20:54:19 -05:00
parent 7d9b04ee5f
commit 839a75885a

View File

@ -70,11 +70,5 @@ fi
export PS1="\t:\[$(tput sgr0)\]\[\033[38;5;93m\]\h\[$(tput sgr0)\]\[\033[38;5;15m\]:\[$(tput sgr0)\]\[\033[38;5;6m\][\w]:\[$(tput sgr0)\]\[\033[38;5;15m\] \[$(tput sgr0)\]✨ >> "
tmux attach &> /dev/null
export CLICOLOR=1
export LSCOLORS=GxFxCxDxBxegedabagaced
if [[ ! $TERM =~ screen ]]; then
exec tmux
fi