diff --git a/.bashrc b/.bashrc index 2616873..19e392e 100644 --- a/.bashrc +++ b/.bashrc @@ -20,7 +20,3 @@ echo "You are not here to produce." echo "You are here to witness." echo "色即是空 空即是色" eval "$(direnv hook bash)" - -if [ -n "$SSH_CONNECTION" ] && [ -z "$TMUX" ]; then - exec tmux new -A -s main -fi