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.
pull/1/head
jowj 6 years ago
parent 7d9b04ee5f
commit 839a75885a

@ -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

Loading…
Cancel
Save