X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=setup.sh;h=c6623c8e1bd3df721fc5ca01dd589d234ae982ac;hb=bccd737aea78f680577f952eaa1a01bdacc95c9f;hp=acf60e860b8f8a45ed129547ee792de5e1694e08;hpb=ef78bb1fe42e7a7f34f115498c5da456638298c2;p=config%2Fdotfiles.git diff --git a/setup.sh b/setup.sh index acf60e8..c6623c8 100755 --- a/setup.sh +++ b/setup.sh @@ -25,6 +25,12 @@ if [ $hostname != asp ]; then grep -v '(GIT)' screenrc > screenrc.tmp mv screenrc.tmp screenrc fi +# Rxvt doesn't need the attrcolor "fix". As I prefer rxvt assume I use it when +# it's installed. +if installed rxvt; then + sed 's/attrcolor b ".I"/#attrcolor b ".I"/' screenrc > screenrc.tmp + mv screenrc.tmp screenrc +fi # Link setup for shells. link shell ~/.shell