added -u switch to force unicode

This commit is contained in:
2019-05-13 01:52:23 +00:00
parent a715925bb2
commit 56d83b1400
Executable → Regular
+1 -1
View File
@@ -39,4 +39,4 @@ tmux new-window -n "scratch" -t "${session}"
tmux send-keys -t "${session}:3.1" "git status" C-m
# finally attach to the new session
tmux attach-session -t "${session}"
tmux -u attach-session -t "${session}"