Always use tmux with unicode enabled
This commit is contained in:
parent
a502df8e81
commit
065f16607f
@ -54,5 +54,5 @@ function pgrep () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function start_tmux () {
|
function start_tmux () {
|
||||||
TERM=screen-256color tmux new -A -s DevEnv
|
TERM=screen-256color tmux -u new -A -s DevEnv
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user