From 6cd199c1113d935d2a5a8f0976bbe676dde91032 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 2 Jun 2025 11:26:48 +0300 Subject: [PATCH] profile.d: fix comment, Steam Deck capable software --- etc/profile.d/00-root-en.sh | 2 +- etc/profile.d/01-steamdeck-magic-fix.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 etc/profile.d/01-steamdeck-magic-fix.sh 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