From bebc3a2bfe52b8d81c5a4affa8e9217b1f1eec0a Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Tue, 28 Aug 2012 12:05:01 +0200 Subject: [PATCH] fix color info for gnome term --- shell/colors | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shell/colors b/shell/colors index e3d8acd..de2f4ea 100755 --- a/shell/colors +++ b/shell/colors @@ -2,3 +2,6 @@ GREP_OPTIONS='--color=auto' CLICOLOR=1; export GREP_OPTIONS CLICOLOR + +# gnome terminal knows colors +[[ "$COLORTERM" == "gnome-terminal" ]] && export TERM=xterm-256color