shell-things/etc/profile.d/mikaela.sh
Mikaela Suomalainen 02f4f2f0d4 profile.d/mikaela.sh: set TZ to $(date +%Z)
Also remove the commented Steam thing as it's Antergos-only issue.
2015-09-13 10:46:38 +03:00

7 lines
270 B
Bash

# Map compose to left Windows key and kill x with ctrl alt backspace and
# disable unbreakable space
setxkbmap -option compose:lwin -option terminate:ctrl_alt_bksp -option nbsp:none
# Set TZ as the current timezone. This is supposed to be sent over SSH.
TZ=$(date +%Z)