From e0130c3b428a3e16d957457a269319497afdbd87 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 11 Mar 2010 01:17:30 +0100 Subject: [PATCH] setup.sh: "systemofadown" also supports 256 colors. --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.1