|
 |
47d86b |
# Configuration file for the color ls utility
|
|
 |
47d86b |
# Synchronized with coreutils 8.5 dircolors
|
|
 |
47d86b |
# This file goes in the /etc directory, and must be world readable.
|
|
 |
47d86b |
# You can copy this file to .dir_colors in your $HOME directory to override
|
|
 |
47d86b |
# the system defaults.
|
|
 |
47d86b |
|
|
 |
47d86b |
# COLOR needs one of these arguments: 'tty' colorizes output to ttys, but not
|
|
 |
47d86b |
# pipes. 'all' adds color characters to all output. 'none' shuts colorization
|
|
 |
47d86b |
# off.
|
|
 |
47d86b |
COLOR tty
|
|
 |
47d86b |
|
|
 |
47d86b |
# Extra command line options for ls go here.
|
|
 |
47d86b |
# Basically these ones are:
|
|
 |
47d86b |
# -F = show '/' for dirs, '*' for executables, etc.
|
|
 |
47d86b |
# -T 0 = don't trust tab spacing when formatting ls output.
|
|
 |
47d86b |
OPTIONS -F -T 0
|
|
 |
47d86b |
|
|
 |
47d86b |
# Below, there should be one TERM entry for each termtype that is colorizable
|
|
 |
47d86b |
TERM Eterm
|
|
 |
47d86b |
TERM ansi
|
|
 |
47d86b |
TERM color-xterm
|
|
 |
47d86b |
TERM con132x25
|
|
 |
47d86b |
TERM con132x30
|
|
 |
47d86b |
TERM con132x43
|
|
 |
47d86b |
TERM con132x60
|
|
 |
47d86b |
TERM con80x25
|
|
 |
47d86b |
TERM con80x28
|
|
 |
47d86b |
TERM con80x30
|
|
 |
47d86b |
TERM con80x43
|
|
 |
47d86b |
TERM con80x50
|
|
 |
47d86b |
TERM con80x60
|
|
 |
47d86b |
TERM cons25
|
|
 |
47d86b |
TERM console
|
|
 |
47d86b |
TERM cygwin
|
|
 |
47d86b |
TERM dtterm
|
|
 |
47d86b |
TERM eterm-color
|
|
 |
47d86b |
TERM gnome
|
|
 |
47d86b |
TERM gnome-256color
|
|
 |
47d86b |
TERM jfbterm
|
|
 |
47d86b |
TERM konsole
|
|
 |
47d86b |
TERM kterm
|
|
 |
47d86b |
TERM linux
|
|
 |
47d86b |
TERM linux-c
|
|
 |
47d86b |
TERM mach-color
|
|
 |
47d86b |
TERM mlterm
|
|
 |
47d86b |
TERM putty
|
|
 |
47d86b |
TERM rxvt
|
|
 |
47d86b |
TERM rxvt-256color
|
|
 |
47d86b |
TERM rxvt-cygwin
|
|
 |
47d86b |
TERM rxvt-cygwin-native
|
|
 |
47d86b |
TERM rxvt-unicode
|
|
 |
47d86b |
TERM rxvt-unicode-256color
|
|
 |
47d86b |
TERM rxvt-unicode256
|
|
 |
47d86b |
TERM screen
|
|
 |
47d86b |
TERM screen-256color
|
|
 |
47d86b |
TERM screen-256color-bce
|
|
 |
47d86b |
TERM screen-bce
|
|
 |
47d86b |
TERM screen-w
|
|
 |
47d86b |
TERM screen.rxvt
|
|
 |
47d86b |
TERM screen.linux
|
|
 |
47d86b |
TERM terminator
|
|
 |
47d86b |
TERM vt100
|
|
 |
47d86b |
TERM xterm
|
|
 |
47d86b |
TERM xterm-16color
|
|
 |
47d86b |
TERM xterm-256color
|
|
 |
47d86b |
TERM xterm-88color
|
|
 |
47d86b |
TERM xterm-color
|
|
 |
47d86b |
TERM xterm-debian
|
|
 |
47d86b |
|
|
 |
47d86b |
# EIGHTBIT, followed by '1' for on, '0' for off. (8-bit output)
|
|
 |
47d86b |
EIGHTBIT 1
|
|
 |
47d86b |
|
|
 |
47d86b |
# Below are the color init strings for the basic file types. A color init
|
|
 |
47d86b |
# string consists of one or more of the following numeric codes:
|
|
 |
47d86b |
# Attribute codes:
|
|
 |
47d86b |
# 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
|
|
 |
47d86b |
# Text color codes:
|
|
 |
47d86b |
# 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
|
|
 |
47d86b |
# Background color codes:
|
|
 |
47d86b |
# 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
|
|
 |
47d86b |
#NORMAL 00 # no color code at all
|
|
 |
47d86b |
#FILE 00 # normal file, use no color at all
|
|
 |
47d86b |
RESET 0 # reset to "normal" color
|
|
 |
47d86b |
DIR 01;34 # directory
|
|
 |
47d86b |
LINK 01;36 # symbolic link (If you set this to 'target' instead of a
|
|
 |
47d86b |
# numerical value, the color is as for the file pointed to.)
|
|
 |
47d86b |
MULTIHARDLINK 00 # regular file with more than one link
|
|
 |
47d86b |
FIFO 40;33 # pipe
|
|
 |
47d86b |
SOCK 01;35 # socket
|
|
 |
47d86b |
DOOR 01;35 # door
|
|
 |
47d86b |
BLK 40;33;01 # block device driver
|
|
 |
47d86b |
CHR 40;33;01 # character device driver
|
|
 |
47d86b |
ORPHAN 40;31;01 # symlink to nonexistent file, or non-stat'able file
|
|
 |
47d86b |
MISSING 01;05;37;41 # ... and the files they point to
|
|
 |
47d86b |
SETUID 37;41 # file that is setuid (u+s)
|
|
 |
47d86b |
SETGID 30;43 # file that is setgid (g+s)
|
|
 |
47d86b |
CAPABILITY 30;41 # file with capability
|
|
 |
47d86b |
STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w)
|
|
 |
47d86b |
OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky
|
|
 |
47d86b |
STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable
|
|
 |
47d86b |
|
|
 |
47d86b |
# This is for files with execute permission:
|
|
 |
47d86b |
EXEC 01;32
|
|
 |
47d86b |
|
|
 |
47d86b |
# List any file extensions like '.gz' or '.tar' that you would like ls
|
|
 |
47d86b |
# to colorize below. Put the extension, a space, and the color init string.
|
|
 |
47d86b |
# (and any comments you want to add after a '#')
|
|
 |
47d86b |
# executables (bright green)
|
|
 |
47d86b |
#.cmd 01;32
|
|
 |
47d86b |
#.exe 01;32
|
|
 |
47d86b |
#.com 01;32
|
|
 |
47d86b |
#.btm 01;32
|
|
 |
47d86b |
#.bat 01;32
|
|
 |
47d86b |
#.sh 01;32
|
|
 |
47d86b |
#.csh 01;32
|
|
 |
47d86b |
|
|
 |
47d86b |
# archives or compressed (bright red)
|
|
 |
47d86b |
.tar 01;31
|
|
 |
47d86b |
.tgz 01;31
|
|
 |
47d86b |
.arc 01;31
|
|
 |
47d86b |
.arj 01;31
|
|
 |
47d86b |
.taz 01;31
|
|
 |
47d86b |
.lha 01;31
|
|
 |
47d86b |
.lzh 01;31
|
|
 |
47d86b |
.lzma 01;31
|
|
 |
47d86b |
.tlz 01;31
|
|
 |
47d86b |
.txz 01;31
|
|
 |
47d86b |
.tzo 01;31
|
|
 |
47d86b |
.t7z 01;31
|
|
 |
47d86b |
.zip 01;31
|
|
 |
47d86b |
.z 01;31
|
|
 |
47d86b |
.Z 01;31
|
|
 |
47d86b |
.dz 01;31
|
|
 |
47d86b |
.gz 01;31
|
|
 |
47d86b |
.lrz 01;31
|
|
 |
47d86b |
.lz 01;31
|
|
 |
47d86b |
.lzo 01;31
|
|
 |
47d86b |
.xz 01;31
|
|
 |
47d86b |
.bz2 01;31
|
|
 |
47d86b |
.bz 01;31
|
|
 |
47d86b |
.tbz 01;31
|
|
 |
47d86b |
.tbz2 01;31
|
|
 |
47d86b |
.tz 01;31
|
|
 |
47d86b |
.deb 01;31
|
|
 |
47d86b |
.rpm 01;31
|
|
 |
47d86b |
.jar 01;31
|
|
 |
47d86b |
.war 01;31
|
|
 |
47d86b |
.ear 01;31
|
|
 |
47d86b |
.sar 01;31
|
|
 |
47d86b |
.rar 01;31
|
|
 |
47d86b |
.alz 01;31
|
|
 |
47d86b |
.ace 01;31
|
|
 |
47d86b |
.zoo 01;31
|
|
 |
47d86b |
.cpio 01;31
|
|
 |
47d86b |
.7z 01;31
|
|
 |
47d86b |
.rz 01;31
|
|
 |
47d86b |
.cab 01;31
|
|
 |
47d86b |
|
|
 |
47d86b |
# image formats (magenta)
|
|
 |
47d86b |
.jpg 01;35
|
|
 |
47d86b |
.jpeg 01;35
|
|
 |
47d86b |
.gif 01;35
|
|
 |
47d86b |
.bmp 01;35
|
|
 |
47d86b |
.pbm 01;35
|
|
 |
47d86b |
.pgm 01;35
|
|
 |
47d86b |
.ppm 01;35
|
|
 |
47d86b |
.tga 01;35
|
|
 |
47d86b |
.xbm 01;35
|
|
 |
47d86b |
.xpm 01;35
|
|
 |
47d86b |
.tif 01;35
|
|
 |
47d86b |
.tiff 01;35
|
|
 |
47d86b |
.png 01;35
|
|
 |
47d86b |
.svg 01;35
|
|
 |
47d86b |
.svgz 01;35
|
|
 |
47d86b |
.mng 01;35
|
|
 |
47d86b |
.pcx 01;35
|
|
 |
47d86b |
.mov 01;35
|
|
 |
47d86b |
.mpg 01;35
|
|
 |
47d86b |
.mpeg 01;35
|
|
 |
47d86b |
.m2v 01;35
|
|
 |
47d86b |
.mkv 01;35
|
|
 |
47d86b |
.ogm 01;35
|
|
 |
47d86b |
.mp4 01;35
|
|
 |
47d86b |
.m4v 01;35
|
|
 |
47d86b |
.mp4v 01;35
|
|
 |
47d86b |
.vob 01;35
|
|
 |
47d86b |
.qt 01;35
|
|
 |
47d86b |
.nuv 01;35
|
|
 |
47d86b |
.wmv 01;35
|
|
 |
47d86b |
.asf 01;35
|
|
 |
47d86b |
.rm 01;35
|
|
 |
47d86b |
.rmvb 01;35
|
|
 |
47d86b |
.flc 01;35
|
|
 |
47d86b |
.avi 01;35
|
|
 |
47d86b |
.fli 01;35
|
|
 |
47d86b |
.flv 01;35
|
|
 |
47d86b |
.gl 01;35
|
|
 |
47d86b |
.dl 01;35
|
|
 |
47d86b |
.xcf 01;35
|
|
 |
47d86b |
.xwd 01;35
|
|
 |
47d86b |
.yuv 01;35
|
|
 |
47d86b |
.cgm 01;35
|
|
 |
47d86b |
.emf 01;35
|
|
 |
47d86b |
|
|
 |
47d86b |
# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
|
|
 |
47d86b |
.axv 01;35
|
|
 |
47d86b |
.anx 01;35
|
|
 |
47d86b |
.ogv 01;35
|
|
 |
47d86b |
.ogx 01;35
|
|
 |
47d86b |
|
|
 |
47d86b |
# audio formats (cyan)
|
|
 |
47d86b |
.aac 01;36
|
|
 |
47d86b |
.au 01;36
|
|
 |
47d86b |
.flac 01;36
|
|
 |
47d86b |
.mid 01;36
|
|
 |
47d86b |
.midi 01;36
|
|
 |
47d86b |
.mka 01;36
|
|
 |
47d86b |
.mp3 01;36
|
|
 |
47d86b |
.mpc 01;36
|
|
 |
47d86b |
.ogg 01;36
|
|
 |
47d86b |
.ra 01;36
|
|
 |
47d86b |
.wav 01;36
|
|
 |
47d86b |
|
|
 |
47d86b |
# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
|
|
 |
47d86b |
.axa 01;36
|
|
 |
47d86b |
.oga 01;36
|
|
 |
47d86b |
.spx 01;36
|
|
 |
47d86b |
.xspf 01;36
|
|
 |
47d86b |
|
|
 |
47d86b |
# colorize binary documents (brown)
|
|
 |
47d86b |
#.pdf 00;33
|
|
 |
47d86b |
#.ps 00;33
|
|
 |
47d86b |
#.ps.gz 00;33
|
|
 |
47d86b |
#.tex 00;33
|
|
 |
47d86b |
#.xls 00;33
|
|
 |
47d86b |
#.xlsx 00;33
|
|
 |
47d86b |
#.ppt 00;33
|
|
 |
47d86b |
#.pptx 00;33
|
|
 |
47d86b |
#.rtf 00;33
|
|
 |
47d86b |
#.doc 00;33
|
|
 |
47d86b |
#.docx 00;33
|
|
 |
47d86b |
#.odt 00;33
|
|
 |
47d86b |
#.ods 00;33
|
|
 |
47d86b |
#.odp 00;33
|
|
 |
47d86b |
#.epub 00;33
|
|
 |
47d86b |
#.abw 00;33
|
|
 |
47d86b |
#.wpd 00;33
|
|
 |
47d86b |
#
|
|
 |
47d86b |
# colorize text documents (brown)
|
|
 |
47d86b |
#.txt 00;33
|
|
 |
47d86b |
#.patch 00;33
|
|
 |
47d86b |
#.diff 00;33
|
|
 |
47d86b |
#.log 00;33
|
|
 |
47d86b |
#.htm 00;33
|
|
 |
47d86b |
#.html 00;33
|
|
 |
47d86b |
#.shtml 00;33
|
|
 |
47d86b |
#.xml 00;33
|