diff options
author | Javier López <chilicuil@ubuntu.com> | 2013-02-28 03:30:52 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2013-02-28 03:33:14 +0000 |
commit | 4c4f9e1173f9c48ed4d164cabff7ca5ce48006ee (patch) | |
tree | f90ec0fb2734f4cc71a50fcd64f55615a9269324 /src | |
parent | 6eb51ce29e962bc13586261bd0e1de4780c269ff (diff) | |
download | coreutils-4c4f9e1173f9c48ed4d164cabff7ca5ce48006ee.tar.xz |
dircolors: add a new entry to colorize 'arc' files
* src/dircolors.hin: Add an entry for arc. Suggested in:
https://bugs.launchpad.net/ubuntu/+source/coreutils/+bug/1088131
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 a86964183..18e155297 100644 --- a/src/dircolors.hin +++ b/src/dircolors.hin @@ -112,6 +112,7 @@ EXEC 01;32 # archives or compressed (bright red) .tar 01;31 .tgz 01;31 +.arc 01;31 .arj 01;31 .taz 01;31 .lha 01;31 |