shell-things/etc/profile.d/mikaela.sh

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)