Always use UTF-8 in tmux

This commit is contained in:
Wojciech Kozlowski 2023-05-15 21:51:01 +02:00
parent 29d2e3b9c4
commit 29af37dd83

View File

@ -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 attach || tmux new-session)
test -z "$TMUX" && (tmux -u attach || tmux -u new-session)
fi
# don't put duplicate lines or lines starting with space in the history.