From 53ed0ed6ca151e0f2b6bf323c0bfa4b184079fda Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Thu, 27 Jun 2013 22:05:10 -0400 Subject: [PATCH] Add .xz to list of files to color in red in DIR_COLORS --- stage1/misc/DIR_COLORS | 1 + 1 file changed, 1 insertion(+) diff --git a/stage1/misc/DIR_COLORS b/stage1/misc/DIR_COLORS index fc21bf9..98f1051 100644 --- a/stage1/misc/DIR_COLORS +++ b/stage1/misc/DIR_COLORS @@ -67,6 +67,7 @@ EXEC 01;32;01 .z 01;31 .Z 01;31 .gz 01;31 +.xz 01;31 .jpg 01;35 # image formats .gif 01;35;47 .bmp 01;35 -- 2.20.1