diff --git a/etc/profile.d/00-root-en.sh b/etc/profile.d/00-root-en.sh index 8cc043c1..6ed09fd3 100644 --- a/etc/profile.d/00-root-en.sh +++ b/etc/profile.d/00-root-en.sh @@ -1,4 +1,4 @@ -# European/standardizedish English for root +# Computer English for root if [[ "$(id -u)" == "0" ]]; then unset LC_ALL unset LANGUAGE diff --git a/etc/profile.d/01-steamdeck-magic-fix.sh b/etc/profile.d/01-steamdeck-magic-fix.sh new file mode 100644 index 00000000..9a498935 --- /dev/null +++ b/etc/profile.d/01-steamdeck-magic-fix.sh @@ -0,0 +1,2 @@ +# Fixes everything that has if for $SteamDeck = 1 +export SteamDeck=1