UTF-8 character not showing properly in tmux
Starting tmux with u
flag solves this issue
tmux -u
I've created an alias of tmux in my zshrc
alias tmux='tmux -u'
Starting tmux with u
flag solves this issue
tmux -u
I've created an alias of tmux in my zshrc
alias tmux='tmux -u'