added -u switch to force unicode

This commit is contained in:
2019-05-12 19:49:40 -06:00
parent ba07768510
commit b3233270d9
+1 -1
View File
@@ -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}"