From 48ea99e1fadd91612818e7d75d396ae3afd88eaf Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 27 Jul 2016 09:30:02 -0700 Subject: dircolors: recognize .zst and .tzst suffixes * src/dircolors.hin: Add .zst and .tzst suffixes for the Zstandard/zstd compression tools. See http://zStd.net and https://code.facebook.com/posts/1658392934479273/ --- src/dircolors.hin | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/dircolors.hin') diff --git a/src/dircolors.hin b/src/dircolors.hin index 4fb1f045c..0be7988b7 100644 --- a/src/dircolors.hin +++ b/src/dircolors.hin @@ -105,6 +105,8 @@ EXEC 01;32 .lz 01;31 .lzo 01;31 .xz 01;31 +.zst 01;31 +.tzst 01;31 .bz2 01;31 .bz 01;31 .tbz 01;31 -- cgit v1.2.3-54-g00ecf