From 7d1b975af6102f6f63a9961344ab4ffd42460db8 Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Sun, 4 Feb 2024 10:16:06 +0100 Subject: [PATCH] Do not force unicode with tmux --- system/base/user/files/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.