diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-30 15:13:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-30 15:13:00 +0000 |
commit | 5dc8bb2d208dd9a53a9557621771567b3a974470 (patch) | |
tree | 41bcc6a9b3d00cc2d8c63c68d74454c92fd4d052 /sys-apps/coreutils | |
parent | sync IUSE (missing) (Manifest recommit) (diff) | |
download | gentoo-2-5dc8bb2d208dd9a53a9557621771567b3a974470.tar.gz gentoo-2-5dc8bb2d208dd9a53a9557621771567b3a974470.tar.bz2 gentoo-2-5dc8bb2d208dd9a53a9557621771567b3a974470.zip |
add tbz2 / document files / audio files to the colors
Diffstat (limited to 'sys-apps/coreutils')
-rw-r--r-- | sys-apps/coreutils/files/DIR_COLORS | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/sys-apps/coreutils/files/DIR_COLORS b/sys-apps/coreutils/files/DIR_COLORS index 65ee850a8800..e840b05cc0fa 100644 --- a/sys-apps/coreutils/files/DIR_COLORS +++ b/sys-apps/coreutils/files/DIR_COLORS @@ -4,7 +4,7 @@ # You can copy this file to .dir_colors in your $HOME directory to override # the system defaults. # -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/files/DIR_COLORS,v 1.2 2004/05/16 04:55:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/files/DIR_COLORS,v 1.3 2004/06/30 15:13:00 vapier Exp $ # COLOR needs one of these arguments: 'tty' colorizes output to ttys, but not # pipes. 'all' adds color characters to all output. 'none' shuts colorization @@ -96,6 +96,7 @@ EXEC 01;32 .gz 01;31 .bz2 01;31 .bz 01;31 +.tbz2 01;31 .tz 01;31 .deb 01;31 .rpm 01;31 @@ -137,3 +138,17 @@ EXEC 01;32 .fli 01;35 # AutoDesk Animator .gl 01;35 .dl 01;35 + +.pdf 00;32 # Document files +.ps 00;32 +.txt 00;32 +.log 00;32 +.tex 00;32 +.doc 00;32 + +.mp3 00;36 # Audio files +.wav 00;36 +.mid 00;36 +.midi 00;36 +.au 00;36 +.ogg 00;36 |