colorize documents by DIR_COLORS files(brown like mc)
This commit is contained in:
parent
78e0be209f
commit
e734c6455a
@ -217,3 +217,28 @@ EXEC 01;32
|
|||||||
.oga 01;36
|
.oga 01;36
|
||||||
.spx 01;36
|
.spx 01;36
|
||||||
.xspf 01;36
|
.xspf 01;36
|
||||||
|
|
||||||
|
# colorize basic documents (brown)
|
||||||
|
.pdf 00;33
|
||||||
|
.ps 00;33
|
||||||
|
.ps.gz 00;33
|
||||||
|
.txt 00;33
|
||||||
|
.patch 00;33
|
||||||
|
.diff 00;33
|
||||||
|
.log 00;33
|
||||||
|
.tex 00;33
|
||||||
|
.xls 00;33
|
||||||
|
.xlsx 00;33
|
||||||
|
.ppt 00;33
|
||||||
|
.pptx 00;33
|
||||||
|
.rtf 00;33
|
||||||
|
.doc 00;33
|
||||||
|
.docx 00;33
|
||||||
|
.odt 00;33
|
||||||
|
.ods 00;33
|
||||||
|
.odp 00;33
|
||||||
|
.xml 00;33
|
||||||
|
.epub 00;33
|
||||||
|
.abw 00;33
|
||||||
|
.html 00;33
|
||||||
|
.wpd 00;33
|
||||||
|
@ -190,3 +190,28 @@ EXEC 38;5;34
|
|||||||
.oga 38;5;45
|
.oga 38;5;45
|
||||||
.spx 38;5;45
|
.spx 38;5;45
|
||||||
.xspf 38;5;45
|
.xspf 38;5;45
|
||||||
|
|
||||||
|
# colorize basic documents as well (brown)
|
||||||
|
.pdf 00;33
|
||||||
|
.ps 00;33
|
||||||
|
.ps.gz 00;33
|
||||||
|
.txt 00;33
|
||||||
|
.patch 00;33
|
||||||
|
.diff 00;33
|
||||||
|
.log 00;33
|
||||||
|
.tex 00;33
|
||||||
|
.xls 00;33
|
||||||
|
.xlsx 00;33
|
||||||
|
.ppt 00;33
|
||||||
|
.pptx 00;33
|
||||||
|
.rtf 00;33
|
||||||
|
.doc 00;33
|
||||||
|
.docx 00;33
|
||||||
|
.odt 00;33
|
||||||
|
.ods 00;33
|
||||||
|
.odp 00;33
|
||||||
|
.xml 00;33
|
||||||
|
.epub 00;33
|
||||||
|
.abw 00;33
|
||||||
|
.html 00;33
|
||||||
|
.wpd 00;33
|
||||||
|
@ -193,3 +193,28 @@ EXEC 00;32
|
|||||||
.oga 00;36
|
.oga 00;36
|
||||||
.spx 00;36
|
.spx 00;36
|
||||||
.xspf 00;36
|
.xspf 00;36
|
||||||
|
|
||||||
|
# colorize basic documents (brown)
|
||||||
|
.pdf 00;33
|
||||||
|
.ps 00;33
|
||||||
|
.ps.gz 00;33
|
||||||
|
.txt 00;33
|
||||||
|
.patch 00;33
|
||||||
|
.diff 00;33
|
||||||
|
.log 00;33
|
||||||
|
.tex 00;33
|
||||||
|
.xls 00;33
|
||||||
|
.xlsx 00;33
|
||||||
|
.ppt 00;33
|
||||||
|
.pptx 00;33
|
||||||
|
.rtf 00;33
|
||||||
|
.doc 00;33
|
||||||
|
.docx 00;33
|
||||||
|
.odt 00;33
|
||||||
|
.ods 00;33
|
||||||
|
.odp 00;33
|
||||||
|
.xml 00;33
|
||||||
|
.epub 00;33
|
||||||
|
.abw 00;33
|
||||||
|
.html 00;33
|
||||||
|
.wpd 00;33
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: A set of basic GNU tools commonly used in shell scripts
|
Summary: A set of basic GNU tools commonly used in shell scripts
|
||||||
Name: coreutils
|
Name: coreutils
|
||||||
Version: 8.10
|
Version: 8.10
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Url: http://www.gnu.org/software/coreutils/
|
Url: http://www.gnu.org/software/coreutils/
|
||||||
@ -329,6 +329,9 @@ fi
|
|||||||
%{_libdir}/coreutils
|
%{_libdir}/coreutils
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 17 2011 Ondrej Vasik <ovasik@redhat.com> - 8.10-4
|
||||||
|
- colorize documents by DIR_COLORS files(brown like mc)
|
||||||
|
|
||||||
* Thu Feb 17 2011 Ondrej Vasik <ovasik@redhat.com> - 8.10-3
|
* Thu Feb 17 2011 Ondrej Vasik <ovasik@redhat.com> - 8.10-3
|
||||||
- add several new TERMs to DIR_COLORS files(#678147)
|
- add several new TERMs to DIR_COLORS files(#678147)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user