From b3233270d9a28734d48450e62808b0e33db87f03 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Sun, 12 May 2019 19:49:40 -0600 Subject: [PATCH] added -u switch to force unicode --- tmsys.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmsys.sh b/tmsys.sh index 66710d5..0c11cae 100755 --- a/tmsys.sh +++ b/tmsys.sh @@ -39,4 +39,4 @@ tmux new-window -n "scratch" -t "${session}" # finally select window 1 and attach to the new session tmux select-window -t "${session}:1" -tmux attach-session -t "${session}" +tmux -u attach-session -t "${session}"