add locale export
This commit is contained in:
parent
ebefc27365
commit
26ddc9752d
2 changed files with 6 additions and 0 deletions
|
@ -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)
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue