mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
bashrc & zshrc: force tmux to use 256color & utf-8
previously only utf-8 was forced
This commit is contained in:
parent
acb80c5356
commit
6c64bbb367
2
bashrc
2
bashrc
@ -299,7 +299,7 @@ alias rscp='rsync -h --progress -avz '
|
||||
alias rscpr='rsync -h --progress -azvv '
|
||||
|
||||
# TMUX specific
|
||||
alias tmux="tmux -u"
|
||||
alias tmux="tmux -2u"
|
||||
alias attach="tmux attach-session"
|
||||
alias detach="tmux detach"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user