xinitrc: update regex for university hostnames
This commit is contained in:
parent
e9ca0baa3b
commit
e4ada8d5cd
1 changed files with 2 additions and 2 deletions
4
xinitrc
4
xinitrc
|
|
@ -1,9 +1,9 @@
|
||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
case "$HOSTNAME" in
|
case "$HOSTNAME" in
|
||||||
fau*)
|
fau*|cip*)
|
||||||
# detects fau-machine and defines variable for Xresources
|
# detects fau-machine and defines variable for Xresources
|
||||||
xrdb -load -DHOST_FAUCIP ~/.Xresources
|
xrdb -load -DHOST_FAUCIP ~/.Xresources
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
# other hosts cann use SRVR_host
|
# other hosts cann use SRVR_host
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue