added -u switch to force unicode
This commit is contained in:
@@ -39,4 +39,4 @@ tmux new-window -n "scratch" -t "${session}"
|
|||||||
|
|
||||||
# finally select window 1 and attach to the new session
|
# finally select window 1 and attach to the new session
|
||||||
tmux select-window -t "${session}:1"
|
tmux select-window -t "${session}:1"
|
||||||
tmux attach-session -t "${session}"
|
tmux -u attach-session -t "${session}"
|
||||||
|
|||||||
Reference in New Issue
Block a user