diff --git a/roles/home-cli/files/profile b/roles/home-cli/files/profile index 903eb9f..4ca4af1 100644 --- a/roles/home-cli/files/profile +++ b/roles/home-cli/files/profile @@ -43,7 +43,7 @@ fi export TZ=Europe/London # Can override this elsewhere if needed. if ! [ -f "$XDG_CONFIG_HOME/locale.conf" ] && [ -x /usr/bin/locale ] then - LANG="en_US.UTF-8" /usr/bin/locale > "$XDG_CONFIG_HOME/locale.conf" + LANG="C.UTF-8" /usr/bin/locale > "$XDG_CONFIG_HOME/locale.conf" fi if [ -r "$XDG_CONFIG_HOME/locale.conf" ] then