diff options
author | John <da_audiophile@yahoo.com> | 2013-11-23 00:01:54 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2013-11-23 00:03:33 +0000 |
commit | ebea85b49c244c8bff69297efc02d9485420087e (patch) | |
tree | 04f4bb81dc2311de4330c9ce5be4ad237d29680f /src | |
parent | 2fa074ebd43cbfea0f6b4bc92a4099a273458562 (diff) | |
download | coreutils-ebea85b49c244c8bff69297efc02d9485420087e.tar.xz |
dircolors: add a new entry to colorize 'lz4' files
* src/dircolors.hin: Add entry for the speed optimized 'lz4' compressor.
Diffstat (limited to 'src')
-rw-r--r-- | src/dircolors.hin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dircolors.hin b/src/dircolors.hin index 5877005a6..0005cd0d3 100644 --- a/src/dircolors.hin +++ b/src/dircolors.hin @@ -117,6 +117,7 @@ EXEC 01;32 .arj 01;31 .taz 01;31 .lha 01;31 +.lz4 01;31 .lzh 01;31 .lzma 01;31 .tlz 01;31 |