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
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)