From c0da3c40e8d17398e0b066f587ee90fce7f06402 Mon Sep 17 00:00:00 2001 From: James Dixon Date: Wed, 15 Sep 2021 03:59:34 -0400 Subject: [PATCH] remove auto-run tmux in bashrc --- files/bash/.bashrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/bash/.bashrc b/files/bash/.bashrc index 51a299f..5c2bbdd 100644 --- a/files/bash/.bashrc +++ b/files/bash/.bashrc @@ -5,9 +5,9 @@ case $- in esac # start in tmux session if possible -if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then - exec tmux -fi +# if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then +# exec tmux +# fi # history HISTSIZE= ;