From e2917c43cf5b943d13b7417ddcb8d967fa3e90c1 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Mon, 21 Apr 2008 14:55:50 +0200 Subject: Un bug de gnome-terminal qui n'aime pas trop les couleurs "bizarres"... --- 11_Colors.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11_Colors.zsh b/11_Colors.zsh index 008c218..9fcab01 100644 --- a/11_Colors.zsh +++ b/11_Colors.zsh @@ -51,7 +51,7 @@ set_prompt_colors () #prompt_colors[hist]="$color[none]" # history number prompt_colors[arob]="$color[bold];$my_generic" # @ prompt_colors[dies]="$my_generic" # the bottom-end of the prompt - prompt_colors[doubledot]="$color[none];" # separates pwd from git-branch + prompt_colors[doubledot]="$color[none]" # separates pwd from git-branch #prompt_colors[paren]="$color[cyan]" # parenthesis (around tty) prompt_colors[bar]="$my_generic;$color[bold]" # horizontal bar prompt_colors[braces]="$prompt_colors[bar]" # braces (around date) -- cgit v1.2.3