From 56d83b1400fc28ec08449e197061f6754bfa1d10 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Mon, 13 May 2019 01:52:23 +0000 Subject: [PATCH] added -u switch to force unicode --- tmgodev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 tmgodev.sh diff --git a/tmgodev.sh b/tmgodev.sh old mode 100755 new mode 100644 index 4bce49e..b52d0c6 --- a/tmgodev.sh +++ b/tmgodev.sh @@ -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}"