Fix dt to always tell tmux to use unicode
This commit is contained in:
parent
377019e759
commit
a2e9abbb76
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ function dt() {
|
|||
local session_name
|
||||
session_name=${1:-DefaultSession}
|
||||
|
||||
tmux -2 new-session -A -s $session_name
|
||||
tmux -u -2 new-session -A -s $session_name
|
||||
}
|
||||
|
||||
function send-to-pane() {
|
||||
|
|
Loading…
Add table
Reference in a new issue