X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=setup.sh;h=94301ce42c777e733b4e537c5f63f7bc78c74bce;hb=e0130c3b428a3e16d957457a269319497afdbd87;hp=dd6061df604100b86c4f0f83e44ce9a4a0b964d4;hpb=155bbb0527b3c34d606912c4123c376d04ab7a9b;p=config%2Fdotfiles.git 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