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:
parent
7d9b04ee5f
commit
839a75885a
6
.bashrc
6
.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
|
||||
|
Loading…
Reference in New Issue
Block a user