summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormhsn <mail@mhsn.net>2025-02-25 10:27:15 +0000
committermhsn <mail@mhsn.net>2025-02-25 10:27:15 +0000
commitb49f12502cd74e6501fc8bec5050997c98f47075 (patch)
tree052d307f76e379f4b97c3a782466a22fa440cb95
parent93d4acc60897e1899844c092bcf1f2cfb3b0907e (diff)
downloaddotfiles-b49f12502cd74e6501fc8bec5050997c98f47075.tar.gz
dotfiles-b49f12502cd74e6501fc8bec5050997c98f47075.zip
remove LANG variable from .zshrc
-rw-r--r--.zshrc3
1 files changed, 0 insertions, 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