From 091b3921138c012f8e7604de77b4a39c894ec19b Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sat, 26 Feb 2011 17:00:06 +0100 Subject: [PATCH] Enable color on xterm-256color terminal --- sys/bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/bashrc b/sys/bashrc index 73a3bbd..5f06233 100644 --- a/sys/bashrc +++ b/sys/bashrc @@ -1,6 +1,6 @@ # # /etc/bash.bashrc: System-wide rc file for interactive bash(1) shells. -# Written 2003-2010 by Alexander Barton (alex@barton.de) +# Written 2003-2011 by Alexander Barton (alex@barton.de) # [ -e ~/.ConfigScripts.debug ] && echo " >> /etc/bash.bashrc ..." @@ -31,7 +31,7 @@ sshtmp() { # Colors case "$TERM" in ansi|cons25|cygwin|dtterm|linux|rxvt|screen*|vt100|vt200|vt220|vt320| \ - xterm|xterm-color) + xterm|xterm-color|xterm-256color) # color terminal # terminal attributes -- 2.39.2