From 80c5f76622333f9a5ca1e565592ee38cabf757e5 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Mon, 13 May 2019 01:53:38 +0000 Subject: [PATCH] added -u switch to force unicode --- tmdev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 tmdev.sh diff --git a/tmdev.sh b/tmdev.sh old mode 100755 new mode 100644 index b88bbc3..9308e0b --- a/tmdev.sh +++ b/tmdev.sh @@ -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}"