From 2f77392b0898adcdc6be56424106e7d18aa3f437 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Wed, 22 Oct 2014 16:27:44 +0200 Subject: [Env] Putain, quoi.... --- 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 112110e..21d6d8b 100644 --- a/user:hugues/Environment.zsh +++ b/user:hugues/Environment.zsh @@ -49,7 +49,7 @@ done export GREP_COLOR=$color[yellow]\;$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) +__cmd_exists dircolors && eval $(dircolors) export TZ="Europe/Paris" export TIME_STYLE="+%Y-%b-%d %H:%M:%S" -- cgit v1.2.3