diff options
author | Jim Meyering <meyering@redhat.com> | 2009-09-19 12:26:36 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-09-19 12:26:41 +0200 |
commit | a2883947bc7bcc5e4cb3d18d55f60998383cdef9 (patch) | |
tree | bde9974cd8191360538791f05aca7a722f721e9d | |
parent | 99f59aaaf89d8f0c4c69d5f357c6b02caf8efd53 (diff) | |
download | coreutils-a2883947bc7bcc5e4cb3d18d55f60998383cdef9.tar.xz |
dircolors: arrange to highlight names with the .lz suffix
* src/dircolors.hin: Add .lz, for GNU lzip.
Suggested by Matias A. Fonzo.
-rw-r--r-- | THANKS | 1 | ||||
-rw-r--r-- | src/dircolors.hin | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -373,6 +373,7 @@ Marty Leisner leisner@sdsp.mc.xerox.com Masami Takikawa takikawm@CS.ORST.EDU Mate Wierdl mw@moni.msci.memphis.edu Matej Vela mvela@public.srce.hr +Matias A. Fonzo selk@dragora.org Matt Kraai kraai@ftbfs.org Matt Perry matt@primefactor.com Matt Pham mattvpham@gmail.com diff --git a/src/dircolors.hin b/src/dircolors.hin index 91ddcb65a..24b0c31dc 100644 --- a/src/dircolors.hin +++ b/src/dircolors.hin @@ -116,6 +116,7 @@ EXEC 01;32 .Z 01;31 .dz 01;31 .gz 01;31 +.lz 01;31 .xz 01;31 .bz2 01;31 .bz 01;31 |