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= ;