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:
parent
1ed3a27613
commit
5a996a8c37
@ -1,5 +1,3 @@
|
|||||||
unsetopt MULTIBYTE
|
|
||||||
|
|
||||||
# Config and cache directory paths
|
# Config and cache directory paths
|
||||||
CONFIG_DIR="${XDG_CONFIG_HOME:-$HOME/.config}"
|
CONFIG_DIR="${XDG_CONFIG_HOME:-$HOME/.config}"
|
||||||
ZSH_DIR="$CONFIG_DIR/zsh"
|
ZSH_DIR="$CONFIG_DIR/zsh"
|
||||||
|
Loading…
Reference in New Issue
Block a user