From: Iain Patterson Date: Sat, 16 Jun 2007 18:11:13 +0000 (+0000) Subject: Fixed GREP_COLOR. X-Git-Url: http://git.iain.cx/?p=profile.git;a=commitdiff_plain;h=6b650ae5a5754e9c790415c599ecf5c58c2b9972 Fixed GREP_COLOR. git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@50 6be0d1a5-5cfe-0310-89b6-964be062b18b --- 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'