]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
setup.sh: "systemofadown" also supports 256 colors.
authorSimon Ruderich <simon@ruderich.org>
Thu, 11 Mar 2010 00:17:30 +0000 (01:17 +0100)
committerSimon Ruderich <simon@ruderich.org>
Thu, 11 Mar 2010 00:17:30 +0000 (01:17 +0100)
setup.sh

index dd6061df604100b86c4f0f83e44ce9a4a0b964d4..94301ce42c777e733b4e537c5f63f7bc78c74bce 100755 (executable)
--- 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