[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:
parent
fdf1a34194
commit
d25dac6519
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@
|
||||||
|
|
||||||
set -x ARCHFLAGS -arch_x86_64
|
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 -e GPG_TTY
|
||||||
set -Ux GPG_TTY (tty)
|
set -Ux GPG_TTY (tty)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue