From c0850c6ae59422afc306856c14da6de5d89680f7 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Thu, 22 May 2008 17:05:52 +0200 Subject: Color definition for 'grep' (How didn't I noticed this error sooner ??) --- user:hugues/Environment.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user:hugues/Environment.zsh b/user:hugues/Environment.zsh index a0feccd..8e9c596 100644 --- a/user:hugues/Environment.zsh +++ b/user:hugues/Environment.zsh @@ -33,7 +33,7 @@ export LC_MESSAGES=${LC_MESSAGES:-fr_FR} unset LANG # Unuseful # Couleurs pour grep --color=auto -export GREP_COLOR=$YELLOW\;$BOLD +export GREP_COLOR=$color[yellow]\;$color[bold] cmd_exists dircolors && eval $(dircolors ~/.dir_colors) export TZ="Europe/Paris" -- cgit v1.2.3