profile.d/mikaela.sh: set TZ to $(date +%Z)

Also remove the commented Steam thing as it's Antergos-only issue.
This commit is contained in:
Aminda Suomalainen 2015-09-13 10:45:38 +03:00
parent e94c13d2b9
commit 02f4f2f0d4
1 changed files with 2 additions and 2 deletions

View File

@ -2,5 +2,5 @@
# disable unbreakable space # disable unbreakable space
setxkbmap -option compose:lwin -option terminate:ctrl_alt_bksp -option nbsp:none setxkbmap -option compose:lwin -option terminate:ctrl_alt_bksp -option nbsp:none
# Steam won't work with it's included runtime # Set TZ as the current timezone. This is supposed to be sent over SSH.
#export STEAM_RUNTIME=0 TZ=$(date +%Z)