mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-18 06:31:01 +01:00
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:
parent
e94c13d2b9
commit
02f4f2f0d4
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user