From d25dac6519c20cea6c7dbb095b0d32b3a62fab34 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Wed, 20 May 2020 19:17:39 +0200 Subject: [PATCH] [fish] Set LANG and LC_CTYPE to en_DK.UTF-8 It has to be the same as the system locales, otherwise the bobthefish-theme doesn't work --- shells/fish/conf.d/00-env.fish | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/shells/fish/conf.d/00-env.fish b/shells/fish/conf.d/00-env.fish index 4a5f407..cff00c1 100644 --- a/shells/fish/conf.d/00-env.fish +++ b/shells/fish/conf.d/00-env.fish @@ -20,6 +20,11 @@ set -x ARCHFLAGS -arch_x86_64 +set -e LANG +set -e LC_CTYPE +set -Ux LANG "en_DK.UTF-8" +set -Ux LC_TYPE "en_DK.UTF-8" + set -e GPG_TTY set -Ux GPG_TTY (tty)