chillu /.dircolors

Really useful color coding for telling between files
# Configuration file for dircolors, a utility to help you set the
# LS_COLORS environment variable used by GNU ls with the --color option.

# The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the
# slackware version of dircolors) are recognized but ignored.

# Below, there should be one TERM entry for each termtype that is colorizable
TERM linux
TERM console
TERM con132x25
TERM con132x30
TERM con132x43
TERM con132x60
TERM con80x25
TERM con80x28
TERM con80x30
TERM con80x43
TERM con80x50
TERM con80x60
TERM xterm
TERM vt100

# Below are the color init strings for the basic file types. A color init
# string consists of one or more of the following numeric codes:
# 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
NORMAL 00 # global default, although everything should be something.
FILE 00 # normal file
DIR 01;33 # directory (Bright Yellow)
LINK 01;36 # symbolic link
FIFO 40;33 # pipe
SOCK 01;35 # socket
BLK 40;33;01 # block device driver
CHR 40;33;01 # character device driver
ORPHAN 40;31;01 # symlink to nonexistent file

#Executables (Bright Green)
.cmd 01;32 
.exe 01;32
.com 01;32
.btm 01;32
.bat 01;32
.run 01;32

 #Archives/Compressed/Packages (Bright Red)
.tar 01;31
.rar 01;31
.ace 01;31
.bz2 01;31
.tgz 01;31
.arj 01;31
.taz 01;31
.lzh 01;31
.zip 01;31
.z 01;31
.Z 01;31
.gz 01;31
.deb 01;31
.rpm 01;31

#Image Formats (Light Yellow)
.jpg 00;33
.gif 00;33
.svg 00;33
.jpeg 00;33
.png 00;33
.bmp 00;33
.ppm 00;33
.tga 00;33
.xbm 00;33
.xpm 00;33
.tiff 00;33

#Audio Formats (Light Green)
.mp3 00;32
.ogg 00;32
.wav 00;32

#Video Formats (Bright Cyan)
.mpg 01;36
.mpeg 01;36
.mov 01;36
.qt 01;36
.avi 01;36
.rmvb 01;36
.mkv 01;36
.mp4 01;36

#Documents (Light Red)
.txt 00;31
.doc 00;31
.ods 00;31
.pdf 00;31
.djvu 00;31
.ps 00;31
.chm 00;31

#Web Related (Light Cyan)
.html 00;36
.htm 00;36
.asp 00;36
.aspx 00;36
.xhtml 00;36
.xml 00;36
.css 00;36
.js 00;36
.php 00;36


# List any file extensions like '.gz' or '.tar' that you would like ls
# to colorize below. Put the extension, a space, and the color init string.
# (and any comments you want to add after a '#')

# This is for files with execute permission:
EXEC 01;32 #(Bright Green)