X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=setup.sh;h=e9727dc91361e8cf75fca5cf4da60cdec9090ee3;hb=fa98a6e9ebafc93de71cd836a816bdec029bf72f;hp=761e4bc2408a96f274776b72cfdccd478dbaaba0;hpb=8d5c5f1ba0966a3234dc6b1e3cb38c853d9bdf26;p=config%2Fdotfiles.git diff --git a/setup.sh b/setup.sh index 761e4bc..e9727dc 100755 --- a/setup.sh +++ b/setup.sh @@ -19,6 +19,13 @@ if [ $hostname != asp -a $hostname != systemofadown ]; then s/screen-256color/screen/' screenrc > screenrc.tmp mv screenrc.tmp screenrc fi +# Some options are only necessary when running as root. They are marked as +# "(ROOT)". +if [ x`id -u` != x0 ]; then + echo screenrc: removing root options + grep -v '(ROOT)' screenrc > screenrc.tmp + mv screenrc.tmp screenrc +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 ]; then