From 16c629fc70a27376e22a02f820aea12c3248d1b7 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Sat, 21 Mar 2020 23:32:34 +0000 Subject: [PATCH] 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 --- .config/zsh/.zshrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index d1bb36b..f5b2430 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -1,5 +1,3 @@ -unsetopt MULTIBYTE - # Config and cache directory paths CONFIG_DIR="${XDG_CONFIG_HOME:-$HOME/.config}" ZSH_DIR="$CONFIG_DIR/zsh"