diff options
author | Jim Meyering <meyering@fb.com> | 2016-07-27 09:30:02 -0700 |
---|---|---|
committer | Jim Meyering <meyering@fb.com> | 2016-08-31 10:39:30 -0700 |
commit | 48ea99e1fadd91612818e7d75d396ae3afd88eaf (patch) | |
tree | fac7ef3f4324a6fb2616ce4ee674a19b1f96fc3d | |
parent | d7ee241c2328394eb2c9cbb15af7167d61a4bb4a (diff) | |
download | coreutils-48ea99e1fadd91612818e7d75d396ae3afd88eaf.tar.xz |
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/
-rw-r--r-- | src/dircolors.hin | 2 |
1 files changed, 2 insertions, 0 deletions
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 |