tmux中文变横线问题

在.bashrc中增加以下两行:

export LANG=C.utf8
export LC_CTYPE=C.utf8

 

保存后执行source ~/.bashrc,并重新attach到tmux即可解决