From ddb4679ee98580e3df6d4251b331b1edc38d4867 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Fri, 2 Feb 2024 15:44:43 -0600 Subject: [PATCH] fix(zsh): do not set `LANG` in zsh, system should manage this --- dots/.config/zsh/config/profile/profile/env.zsh | 1 - 1 file changed, 1 deletion(-) diff --git a/dots/.config/zsh/config/profile/profile/env.zsh b/dots/.config/zsh/config/profile/profile/env.zsh index c895d7c0..21cabb7b 100644 --- a/dots/.config/zsh/config/profile/profile/env.zsh +++ b/dots/.config/zsh/config/profile/profile/env.zsh @@ -3,7 +3,6 @@ export PATH="${PATH}:${HOME}/.local/bin" ### Shell ### -export LANG=en_US.UTF-8 export ZSH_HIGHLIGHT_MAXLENGTH=10000 export ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE=2 export ZSH_AUTOSUGGEST_STRATEGY=(history completion)