diff options
author | hugues <hugues@a0e5b806-a6f9-0310-978d-cbce73f8a913> | 2007-07-20 12:16:13 +0000 |
---|---|---|
committer | Hugues Hiegel <hugues@hiegel.fr> | 2008-03-07 14:15:13 +0100 |
commit | bc7d9062f14afdeee6834c2822447c203743377f (patch) | |
tree | 9a62f6e5d621e0deda776b3e3633ccb51deb5800 /user:hugues | |
parent | 469ee055dbbfd706ecc10c8356844846e6d6a0ea (diff) |
La meilleure conf du monde :o)
git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@483 a0e5b806-a6f9-0310-978d-cbce73f8a913
Diffstat (limited to 'user:hugues')
-rw-r--r-- | user:hugues/Environment.zsh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/user:hugues/Environment.zsh b/user:hugues/Environment.zsh index 9e635c3..3b7750b 100644 --- a/user:hugues/Environment.zsh +++ b/user:hugues/Environment.zsh @@ -31,6 +31,9 @@ export LC_ALL=${LC_ALL:-fr_FR.UTF-8} export LC_MESSAGES=${LC_MESSAGES:-fr_FR} unset LANG # Unuseful +# Couleurs pour grep --color=auto +export GREP_COLOR=$YELLOW\;$BOLD + cmd_exists dircolors && eval $(dircolors ~/.dir_colors) export TZ="Europe/Paris" export TIME_STYLE="+%Y-%b-%d %H:%M:%S" |