summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2020-01-08 00:17:17 +0000
committerGrégoire Duchêne <gduchene@awhk.org>2020-01-08 00:17:17 +0000
commit0563a6855657262908306df4a3b669c155d22279 (patch)
tree0f8112e9005cce63ec02cb5026341c797bc09058 /zsh
parent43e903bc4c014873119441eacaf586f1dcdccf54 (diff)
Do not set LC_ALL
Diffstat (limited to 'zsh')
-rw-r--r--zsh/env1
1 files changed, 0 insertions, 1 deletions
diff --git a/zsh/env b/zsh/env
index 0b14d38..5090142 100644
--- a/zsh/env
+++ b/zsh/env
@@ -6,7 +6,6 @@ source_if_exists() {
export DOMAIN=$(cut -d. -f2- -s <<<${HOST})
export UNAME=$(uname)
-export LC_ALL=en_US.UTF-8
setopt EXTENDED_GLOB
setopt REMATCH_PCRE