more generic check for form3's hosts

This commit is contained in:
Cyryl Płotnicki 2019-05-19 20:27:41 +01:00
parent d4db89cb68
commit e348a2d15c

View file

@ -59,7 +59,7 @@ mkdir -p ~/.kde/share/config/
ln -vfs "$DIR/.kdiff3rc" ~/.kde/share/config/kdiff3rc
ln -vfs "$DIR/.gitconfig.linux.private" ~/.gitconfig
if [[ `hostname` == "xps15" ]]; then
if [[ `hostname` =~ .*form3.* ]]; then
ln -vfs "$DIR/.gitconfig.linux.form3" ~/.gitconfig
fi