From d83665b7cfb2464f89d7eececcc21d68d9851e44 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Thu, 15 Mar 2001 09:55:32 +0000 Subject: fix default colour for directories (3674) --- Src/Zle/complist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src') diff --git a/Src/Zle/complist.c b/Src/Zle/complist.c index f0fc7c771..ffefb7fec 100644 --- a/Src/Zle/complist.c +++ b/Src/Zle/complist.c @@ -76,7 +76,7 @@ static char *colnames[] = { /* Default values. */ static char *defcols[] = { - "0", "0", "1;34", "1;36", "33", "1;35", "1;33", "1;33", "1;32", NULL, + "0", "0", "1;31", "1;36", "33", "1;35", "1;33", "1;33", "1;32", NULL, "\033[", "m", NULL, "0", "0", "7", "0", "0" }; -- cgit 1.4.1