From b49f12502cd74e6501fc8bec5050997c98f47075 Mon Sep 17 00:00:00 2001 From: mhsn Date: Tue, 25 Feb 2025 10:27:15 +0000 Subject: remove LANG variable from .zshrc --- .zshrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.zshrc b/.zshrc index 0fb5c18..b3aade8 100644 --- a/.zshrc +++ b/.zshrc @@ -13,9 +13,6 @@ HISTFILE=~/.history SAVEHIST=$HISTSIZE setopt hist_ignore_space -# Environment variables -LANG=en_GB.UTF-8 - # Autocompletion and tabcompletion autoload -U compinit zstyle ':completion:*' menu select -- cgit v1.2.3