Always use tmux with unicode enabled

This commit is contained in:
Mahesh Asolkar 2025-02-02 14:34:59 -08:00
parent a502df8e81
commit 065f16607f

View File

@ -54,5 +54,5 @@ function pgrep () {
}
function start_tmux () {
TERM=screen-256color tmux new -A -s DevEnv
TERM=screen-256color tmux -u new -A -s DevEnv
}