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