summaryrefslogtreecommitdiff
path: root/10_Environment.zsh
diff options
context:
space:
mode:
authorhugues <hugues@a0e5b806-a6f9-0310-978d-cbce73f8a913>2007-05-16 11:30:16 +0000
committerHugues Hiegel <hugues@hiegel.fr>2008-03-07 14:15:12 +0100
commit04344bec779acce2b69487d63386191f54a9814f (patch)
treeb349355e2e23b5166236585d0598ee92fe678f1f /10_Environment.zsh
parent72896f1d1d0ae633d360aede3956d42036fd600d (diff)
Petits correctifs
git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@383 a0e5b806-a6f9-0310-978d-cbce73f8a913
Diffstat (limited to '10_Environment.zsh')
-rw-r--r--10_Environment.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/10_Environment.zsh b/10_Environment.zsh
index 5360382..07fbaef 100644
--- a/10_Environment.zsh
+++ b/10_Environment.zsh
@@ -30,7 +30,7 @@ export PAGER=less
## Quelle commande utiliser par défaut ?
export NULLCMD=cat
-cmd_exists dircolors && eval $(dircolors ~/.dir_colors 2>&- )
+cmd_exists dircolors && eval $(dircolors ~/.dir_colors)
export TZ="Europe/Paris"
export TIME_STYLE="+%Y-%b-%d %H:%M:%S"