more generic check for form3's hosts
This commit is contained in:
parent
d4db89cb68
commit
e348a2d15c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue