zsh: enable multibyte (unicode) support

I don't know why I had this disabled. Probably copy-paste when I had no idea what it meant or did
This commit is contained in:
2020-03-21 23:37:05 +00:00
parent 02041c3b27
commit 16c629fc70
-2
View File
@@ -1,5 +1,3 @@
unsetopt MULTIBYTE
# Config and cache directory paths
CONFIG_DIR="${XDG_CONFIG_HOME:-$HOME/.config}"
ZSH_DIR="$CONFIG_DIR/zsh"