summaryrefslogtreecommitdiff
path: root/user:hugues
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2012-02-29 17:04:55 +0100
committerHugues Hiegel <hugues.hiegel@qosmos.com>2012-03-01 17:28:46 +0100
commit09f10afe3175543c70a39944c912bc22dae78765 (patch)
tree5c75fb763470443768d65df50c42acb4c6489f3f /user:hugues
parent43fbdd293cb66360eaec43ce77102951895eb1d9 (diff)
[Env] better filename color for GREP_COLORS
Diffstat (limited to 'user:hugues')
-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 486e135..112110e 100644
--- a/user:hugues/Environment.zsh
+++ b/user:hugues/Environment.zsh
@@ -47,7 +47,7 @@ done
# Couleurs pour grep --color=auto
export GREP_COLOR=$color[yellow]\;$color[bold]
-export GREP_COLORS="sl="":cx="$color[cyan]":ms="$color[yellow]";"$color[bold]":mc="$color[red]";"$color[bold]""
+export GREP_COLORS="sl="":cx="$color[cyan]":ms="$color[yellow]";"$color[bold]":mc="$color[red]";"$color[bold]":fn="$color[green]""
__cmd_exists dircolors && eval $(dircolors ~/.dir_colors)
export TZ="Europe/Paris"