xinitrc: update regex for university hostnames

This commit is contained in:
Thomas Preisner 2022-08-27 21:16:24 +02:00
parent e9ca0baa3b
commit e4ada8d5cd

View file

@ -1,7 +1,7 @@
#! /bin/bash
case "$HOSTNAME" in
fau*)
fau*|cip*)
# detects fau-machine and defines variable for Xresources
xrdb -load -DHOST_FAUCIP ~/.Xresources
;;