My zsh configuration
git clone https://github.com/m-col/zshrc
Files | Refs | Readme

Commit 46e30949cc1124ed6a61b114e069ecc74183e810
Parent: 678b3620736a7bbcc0f7413fbc32218c4b9ec848
Author: mcol <mcol@posteo.net>
Date: 2019-02-09 12:41:55 +0000
Committer: mcol <mcol@posteo.net>
Committed: 2019-02-09 12:41:55 +0000

added utf variables for correct unicode rendering

zshrc Modified

@@ -40,3 +40,7 @@
 TRAPWINCH () {
     zle &&  zle -R
 }
+
+# these are needed for some unicode to work (e.g. in tmux)
+export LANG=en_US.UTF-8
+export LC_CTYPE=en_US.UTF-8