From: Simon Ruderich Date: Sat, 13 Mar 2010 23:55:40 +0000 (+0100) Subject: setup.sh: If rxvt is installed remove a xterm "fix". X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=bccd737aea78f680577f952eaa1a01bdacc95c9f setup.sh: If rxvt is installed remove a xterm "fix". --- 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