1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

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:
Joe Groocock 2020-03-21 23:32:34 +00:00
parent 02041c3b27
commit 16c629fc70
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

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"