From 839a75885aab4fa85edde6b6a005ae318e39663a Mon Sep 17 00:00:00 2001 From: jowj Date: Tue, 1 May 2018 20:54:19 -0500 Subject: [PATCH] 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. --- .bashrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.bashrc b/.bashrc index 39641ac..71d1189 100644 --- a/.bashrc +++ b/.bashrc @@ -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