[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
This commit is contained in:
Marcel Kapfer 2020-05-20 19:17:39 +02:00
parent fdf1a34194
commit d25dac6519
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 5 additions and 0 deletions

View File

@ -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)