X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=setup.sh;h=305c0931124929e42416dec7ef0574f97b12c205;hb=6b3da4f032ce15fb6d8557e72b0e6611e2476e59;hp=c2a56d574475118bd5a32b8545609ca3c45e9c38;hpb=6e2852c7dab40a901591a65224d1984a439d29e3;p=config%2Fdotfiles.git diff --git a/setup.sh b/setup.sh index c2a56d5..305c093 100755 --- a/setup.sh +++ b/setup.sh @@ -90,7 +90,7 @@ if [ x`id -u` != x0 ]; then fi # I use some features of screen which are only in Git. Drop them on machines # which have older versions. They are marked as "(GIT)". -if [ $hostname != asp -o x`id -u` = x0 ]; then +if test -d "$HOME/development/shell/screen"; then echo screenrc: removing Git features grep -v '(GIT)' screenrc > screenrc.tmp mv screenrc.tmp screenrc