dotfiles

diff .dircolorsrc @ 0:a5f356e3bebc

inital checkin
author meillo@marmaro.de
date Sat, 14 Apr 2007 12:05:55 +0200
parents
children 4c1ead2dc501
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/.dircolorsrc	Sat Apr 14 12:05:55 2007 +0200
     1.3 @@ -0,0 +1,113 @@
     1.4 +# Configuration file for dircolors, a utility to help you set the
     1.5 +# LS_COLORS environment variable used by GNU ls with the --color option.
     1.6 +# The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the
     1.7 +# slackware version of dircolors) are recognized but ignored.
     1.8 +# Below, there should be one TERM entry for each termtype that is colorizable
     1.9 +TERM linux
    1.10 +TERM linux-c
    1.11 +TERM mach-color
    1.12 +TERM console
    1.13 +TERM con132x25
    1.14 +TERM con132x30
    1.15 +TERM con132x43
    1.16 +TERM con132x60
    1.17 +TERM con80x25
    1.18 +TERM con80x28
    1.19 +TERM con80x30
    1.20 +TERM con80x43
    1.21 +TERM con80x50
    1.22 +TERM con80x60
    1.23 +TERM cygwin
    1.24 +TERM dtterm
    1.25 +TERM mlterm
    1.26 +TERM putty
    1.27 +TERM xterm
    1.28 +TERM xterm-color
    1.29 +TERM xterm-debian
    1.30 +TERM rxvt
    1.31 +TERM rxvt-unicode
    1.32 +TERM screen
    1.33 +TERM screen-bce
    1.34 +TERM screen-w
    1.35 +TERM vt100
    1.36 +TERM Eterm
    1.37 +
    1.38 +# Below are the color init strings for the basic file types. A color init
    1.39 +# string consists of one or more of the following numeric codes:
    1.40 +# Attribute codes:
    1.41 +# 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
    1.42 +# Text color codes:
    1.43 +# 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
    1.44 +# Background color codes:
    1.45 +# 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
    1.46 +
    1.47 +NORMAL 00 # global default, although everything should be something.
    1.48 +FILE 00 # normal file
    1.49 +DIR 01;34 # directory
    1.50 +LINK target # symbolic link. (If you set this to 'target' instead of a
    1.51 +FIFO 40;33 # pipe
    1.52 +SOCK 01;35 # socket
    1.53 +DOOR 01;35 # door
    1.54 +BLK 40;33;01 # block device driver
    1.55 +CHR 40;33;01 # character device driver
    1.56 +ORPHAN 40;31;01 # symlink to nonexistent file
    1.57 +
    1.58 +SETUID 37;41 # file that is setuid (u+s)
    1.59 +SETGID 30;43 # file that is setgid (g+s)
    1.60 +STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w)
    1.61 +OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky
    1.62 +STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable
    1.63 +EXEC 01;32 # This is for files with execute permission
    1.64 +
    1.65 +
    1.66 +
    1.67 +# List any file extensions like '.gz' or '.tar' that you would like ls
    1.68 +# to colorize below. Put the extension, a space, and the color init string.
    1.69 +# (and any comments you want to add after a '#')
    1.70 +# If you use DOS-style suffixes, you may want to uncomment the following:
    1.71 +
    1.72 +# archives or compressed (bright red)
    1.73 +.tar 00;31
    1.74 +.tgz 00;31
    1.75 +.arj 00;31
    1.76 +.taz 00;31
    1.77 +.lzh 00;31
    1.78 +.zip 00;31
    1.79 +.z 00;31
    1.80 +.Z 00;31
    1.81 +.gz 00;31
    1.82 +.bz2 00;31
    1.83 +.deb 00;31
    1.84 +.rpm 00;31
    1.85 +.jar 00;31
    1.86 +
    1.87 +# image formats
    1.88 +.jpg 01;35
    1.89 +.jpeg 01;35
    1.90 +.gif 01;35
    1.91 +.bmp 01;35
    1.92 +.pbm 01;35
    1.93 +.pgm 01;35
    1.94 +.ppm 01;35
    1.95 +.tga 01;35
    1.96 +.xbm 01;35
    1.97 +.xpm 01;35
    1.98 +.tif 01;35
    1.99 +.tiff 01;35
   1.100 +.png 01;35
   1.101 +.mov 01;35
   1.102 +.mpg 01;35
   1.103 +.mpeg 01;35
   1.104 +.avi 01;35
   1.105 +.fli 01;35
   1.106 +.gl 01;35
   1.107 +.dl 01;35
   1.108 +.xcf 01;35
   1.109 +.xwd 01;35
   1.110 +
   1.111 +# audio formats
   1.112 +.flac 01;35
   1.113 +.mp3 01;35
   1.114 +.mpc 01;35
   1.115 +.ogg 01;35
   1.116 +.wav 01;35