Fixate locale settings

This commit is contained in:
Fabian Ising
2022-11-15 13:55:38 +01:00
parent 13b015c693
commit bf0d1ea78e

View File

@@ -62,3 +62,6 @@ if test -f ~/dotfiles/zsh/.p10k.mac.zsh; then
else
[[ ! -f ~/dotfiles/zsh/.p10k.zsh ]] || source ~/dotfiles/zsh/.p10k.zsh
fi
export LANG="en_US.UTF-8"
export LC_CTYPE="en_US.UTF-8"