added -u switch to force unicode
This commit is contained in:
Executable → Regular
+1
-1
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user