From 26ddc9752d5299cd4524c67a5bda6c615e04cd66 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Sat, 22 Feb 2025 01:25:27 +0100 Subject: [PATCH] add locale export --- .chezmoitemplates/zprofile_linux.tmpl | 3 +++ dot_profile | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.chezmoitemplates/zprofile_linux.tmpl b/.chezmoitemplates/zprofile_linux.tmpl index 3124895..23e18fd 100644 --- a/.chezmoitemplates/zprofile_linux.tmpl +++ b/.chezmoitemplates/zprofile_linux.tmpl @@ -1,3 +1,6 @@ +export LANG=en_US.UTF-8 +export LC_ALL=en_US.UTF-8 + if [[ -z $DISPLAY && $(tty) == /dev/tty1 && $XDG_SESSION_TYPE == tty ]]; then # Lade die Bootparameter in den Variablen #for wort in $(cat /proc/cmdline) diff --git a/dot_profile b/dot_profile index df14df9..1820a56 100644 --- a/dot_profile +++ b/dot_profile @@ -1,3 +1,6 @@ +export LANG=en_US.UTF-8 +export LC_ALL=en_US.UTF-8 + # First make sure dbus is started if [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then