From d5124fa79a779e6ee33ce84e4d8ce1a4bcf66220 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Wed, 22 Mar 2023 14:28:00 -0500 Subject: [PATCH] fix(zsh): enable combining chars This allows some unicode fonts to render correctly --- dots/.config/zsh/config/profile/profile/options.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/dots/.config/zsh/config/profile/profile/options.zsh b/dots/.config/zsh/config/profile/profile/options.zsh index 372d6856..a79f7973 100644 --- a/dots/.config/zsh/config/profile/profile/options.zsh +++ b/dots/.config/zsh/config/profile/profile/options.zsh @@ -17,5 +17,6 @@ setopt AUTO_PUSHD setopt CHASE_DOTS setopt HASH_CMDS +setopt COMBININGCHARS unsetopt BEEP