summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2008-05-22 17:05:52 +0200
committerHugues Hiegel <hugues@hiegel.fr>2008-05-22 17:05:52 +0200
commitc0850c6ae59422afc306856c14da6de5d89680f7 (patch)
treed74429ed701702e304c64550840a954afc42eb63
parenta7ab0284ca57ccdc723afb3739380f48be60338c (diff)
Color definition for 'grep'
(How didn't I noticed this error sooner ??)
-rw-r--r--user:hugues/Environment.zsh2
1 files changed, 1 insertions, 1 deletions
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"