add locale export

This commit is contained in:
Simon Rieger 2025-02-22 01:25:27 +01:00
parent ebefc27365
commit 26ddc9752d
2 changed files with 6 additions and 0 deletions

View file

@ -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 if [[ -z $DISPLAY && $(tty) == /dev/tty1 && $XDG_SESSION_TYPE == tty ]]; then
# Lade die Bootparameter in den Variablen # Lade die Bootparameter in den Variablen
#for wort in $(cat /proc/cmdline) #for wort in $(cat /proc/cmdline)

View file

@ -1,3 +1,6 @@
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
# First make sure dbus is started # First make sure dbus is started
if [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then if [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then