From 6b650ae5a5754e9c790415c599ecf5c58c2b9972 Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Sat, 16 Jun 2007 18:11:13 +0000 Subject: [PATCH] Fixed GREP_COLOR. git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@50 6be0d1a5-5cfe-0310-89b6-964be062b18b --- .profile.d/variables.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile.d/variables.bashrc b/.profile.d/variables.bashrc index 941ed1a..aaaa1f3 100644 --- a/.profile.d/variables.bashrc +++ b/.profile.d/variables.bashrc @@ -13,4 +13,4 @@ unset XMODIFIERS #:-( export SSHTERM="urxvt" export SSHTERM_TITLE="-title" export SSHTERM_EXEC="-e" -export GREP_COLOR='[0;33' +export GREP_COLOR='0;33' -- 2.20.1