added -u switch to force unicode
This commit is contained in:
@@ -37,4 +37,4 @@ tmux new-window -n "scratch" -t "${session}"
|
|||||||
tmux send-keys -t "${session}:3.1" "git status" C-m
|
tmux send-keys -t "${session}:3.1" "git status" C-m
|
||||||
|
|
||||||
# finally attach to the new session
|
# finally attach to the new session
|
||||||
tmux attach-session -t "${session}"
|
tmux -u attach-session -t "${session}"
|
||||||
|
|||||||
Reference in New Issue
Block a user