From 02f4f2f0d4f6940aca335cad43163a96575c81dc Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 13 Sep 2015 10:45:38 +0300 Subject: [PATCH] profile.d/mikaela.sh: set TZ to $(date +%Z) Also remove the commented Steam thing as it's Antergos-only issue. --- etc/profile.d/mikaela.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/profile.d/mikaela.sh b/etc/profile.d/mikaela.sh index 11f11dc7..d7255458 100644 --- a/etc/profile.d/mikaela.sh +++ b/etc/profile.d/mikaela.sh @@ -2,5 +2,5 @@ # disable unbreakable space setxkbmap -option compose:lwin -option terminate:ctrl_alt_bksp -option nbsp:none -# Steam won't work with it's included runtime -#export STEAM_RUNTIME=0 +# Set TZ as the current timezone. This is supposed to be sent over SSH. +TZ=$(date +%Z)