From bccd737aea78f680577f952eaa1a01bdacc95c9f Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 14 Mar 2010 00:55:40 +0100 Subject: [PATCH] setup.sh: If rxvt is installed remove a xterm "fix". --- setup.sh | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.44.1