diff --git a/system/base/user/files/bashrc b/system/base/user/files/bashrc index 29bff27..7c143a2 100644 --- a/system/base/user/files/bashrc +++ b/system/base/user/files/bashrc @@ -11,7 +11,7 @@ esac # TMUX if which tmux >/dev/null 2>&1; then # If not inside a tmux session, and if no session is started, start a new session - test -z "$TMUX" && (tmux -u attach || tmux -u new-session) + test -z "$TMUX" && (tmux attach || tmux new-session) fi # don't put duplicate lines or lines starting with space in the history.