added -u switch to force unicode

This commit is contained in:
2019-05-13 01:53:38 +00:00
parent 56d83b1400
commit 80c5f76622
Executable → Regular
+1 -1
View File
@@ -37,4 +37,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}"