From: Simon Ruderich Date: Thu, 11 Mar 2010 00:17:30 +0000 (+0100) Subject: setup.sh: "systemofadown" also supports 256 colors. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=e0130c3b428a3e16d957457a269319497afdbd87 setup.sh: "systemofadown" also supports 256 colors. --- diff --git a/setup.sh b/setup.sh index dd6061d..94301ce 100755 --- a/setup.sh +++ b/setup.sh @@ -12,7 +12,7 @@ chmod 0600 ~/.less # As screen-256color is not widely supported use it only on machines known to # work. generate cat screenrc .in -if [ `hostname` != asp ]; then +if [ `hostname` != asp -a `hostname` != systemofadown ]; then sed 's/Enable 256 color/Disable 256 color/; s/screen-256color/screen/' screenrc > screenrc.tmp mv screenrc.tmp screenrc