.dircolors
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 01 Jan 2024 20:53:49 +0200
changeset 1039 78cdb4a057e3
parent 913 56099ea76677
permissions -rw-r--r--
Create symlink from ~/.bash_profile for login shell to activate my ~/.bashrc.

# Attribute codes:
# 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
# Text color codes:
# 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
# Background color codes:
# 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
# To dump default database:
#   $ dircolors -p

NORMAL 00
FILE 00
DIR 04;34
LINK 04;36
MULTIHARDLINK 00
FIFO 40;33
SOCK 40;33
DOOR 40;33
BLK 43
CHR 43
ORPHAN 40;31;01
SETUID 37;41
SETGID 30;43
CAPABILITY 30;41
OTHER_WRITABLE 04;31 # dir that is other-writable (o+w) and not sticky
STICKY_OTHER_WRITABLE 04;31 # dir that is sticky and other-writable (+t,o+w)
STICKY 04;31 # dir with the sticky bit set (+t) and not other-writable
EXEC 04;31

.cmd 31
.exe 31
.com 31
.bat 31

.sh 31
.csh 31
.bash 31
.tcsh 31

.tar 36
.tgz 36
.arc 36
.arj 36
.taz 36
.lha 36
.lz4 36
.lzh 36
.lzma 36
.tlz 36
.txz 36
.tzo 36
.t7z 36
.zip 36
.z 36
.Z 36
.dz 36
.gz 36
.lrz 36
.lz 36
.lzo 36
.xz 36
.bz2 36
.bz 36
.tbz 36
.tbz2 36
.tz 36
.deb 36
.rpm 36
.jar 36
.war 36
.ear 36
.sar 36
.rar 36
.alz 36
.ace 36
.zoo 36
.cpio 36
.7z 36
.rz 36
.cab 36

# image formats
.jpg 01;35
.jpeg 01;35
.gif 01;35
.bmp 01;35
.pbm 01;35
.pgm 01;35
.ppm 01;35
.tga 01;35
.xbm 01;35
.xpm 01;35
.tif 01;35
.tiff 01;35
.png 01;35
.svg 01;35
.svgz 01;35
.mng 01;35
.pcx 01;35
.mov 01;35
.mpg 01;35
.mpeg 01;35
.m2v 01;35
.m4v 01;35
.mkv 01;35
.webm 01;35
.ogm 01;35
.mp4 01;35
.m4v 01;35
.mp4v 01;35
.vob 01;35
.qt 01;35
.nuv 01;35
.wmv 01;35
.asf 01;35
.rm 01;35
.rmvb 01;35
.flc 01;35
.avi 01;35
.fli 01;35
.flv 01;35
.gl 01;35
.dl 01;35
.xcf 01;35
.xwd 01;35
.yuv 01;35
.cgm 01;35
.emf 01;35

# audio formats
.aac 00;36
.au 00;36
.flac 00;36
.m4a 00;36
.mid 00;36
.midi 00;36
.mka 00;36
.mp3 00;36
.mpc 00;36
.ogg 00;36
.ra 00;36
.wav 00;36
.axa 00;36
.oga 00;36
.spx 00;36
.xspf 00;36

# devel files
.o 01;33
.c 01;35
.cc 01;35
.h 01;35
.pl 01;35
.pm 01;35
.m 01;35


# build files
*Makefile 35
*build.xml 35
*pom.xml 35

.diff 35
.patch 35

# dust
*tags 33
*~ 33

# Main docs.
*README 01;31
*README.rst 01;31
*README.md 01;31
*INSTALL 01;31
*INSTALL.rst 01;31
*INSTALL.md 01;31
*CHANGES 01;31
*CHANGES.rst 01;31
*HACKING 01;31
*HACKING.rst 01;31
*FAQ 01;31
*FAQ.rst 01;31
*index.htm 01;31
*index.html 01;31

*readme 00;31
.pdf 00;31
.ps 00;31
.dvi 00;31