Redo some dircolors for OS X to handle new color settings in iTerm
This commit is contained in:
parent
f64bce25cf
commit
6413841d0f
1 changed files with 100 additions and 94 deletions
|
@ -13,16 +13,16 @@ TERM xterm-256color
|
||||||
#NORMAL 00 # no color code at all
|
#NORMAL 00 # no color code at all
|
||||||
#FILE 00 # regular file: use no color at all
|
#FILE 00 # regular file: use no color at all
|
||||||
RESET 0 # reset to "normal" color
|
RESET 0 # reset to "normal" color
|
||||||
DIR 01;34 # directory
|
DIR 00;34 # directory
|
||||||
LINK 01;36 # symbolic link. (If you set this to 'target' instead of a
|
LINK 00;36 # symbolic link. (If you set this to 'target' instead of a
|
||||||
# numerical value, the color is as for the file pointed to.)
|
# numerical value, the color is as for the file pointed to.)
|
||||||
MULTIHARDLINK 00 # regular file with more than one link
|
MULTIHARDLINK 00 # regular file with more than one link
|
||||||
FIFO 01;33 # pipe
|
FIFO 00;33 # pipe
|
||||||
SOCK 01;35 # socket
|
SOCK 00;35 # socket
|
||||||
DOOR 01;35 # door
|
DOOR 00;35 # door
|
||||||
BLK 01;33 # block device driver
|
BLK 00;33 # block device driver
|
||||||
CHR 01;33 # character device driver
|
CHR 00;33 # character device driver
|
||||||
ORPHAN 01;31 # symlink to nonexistent file, or non-stat'able file
|
ORPHAN 00;31 # symlink to nonexistent file, or non-stat'able file
|
||||||
SETUID 37;41 # file that is setuid (u+s)
|
SETUID 37;41 # file that is setuid (u+s)
|
||||||
SETGID 30;43 # file that is setgid (g+s)
|
SETGID 30;43 # file that is setgid (g+s)
|
||||||
CAPABILITY 30;41 # file with capability
|
CAPABILITY 30;41 # file with capability
|
||||||
|
@ -30,7 +30,7 @@ STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w)
|
||||||
OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky
|
OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky
|
||||||
STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable
|
STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable
|
||||||
# This is for files with execute permission:
|
# This is for files with execute permission:
|
||||||
EXEC 01;32
|
EXEC 00;32
|
||||||
# List any file extensions like '.gz' or '.tar' that you would like ls
|
# 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.
|
# to colorize below. Put the extension, a space, and the color init string.
|
||||||
# (and any comments you want to add after a '#')
|
# (and any comments you want to add after a '#')
|
||||||
|
@ -45,89 +45,89 @@ EXEC 01;32
|
||||||
#.sh 01;32
|
#.sh 01;32
|
||||||
#.csh 01;32
|
#.csh 01;32
|
||||||
# archives or compressed (bright red)
|
# archives or compressed (bright red)
|
||||||
.tar 01;31
|
.tar 00;31
|
||||||
.tgz 01;31
|
.tgz 00;31
|
||||||
.arj 01;31
|
.arj 00;31
|
||||||
.taz 01;31
|
.taz 00;31
|
||||||
.lzh 01;31
|
.lzh 00;31
|
||||||
.lzma 01;31
|
.lzma 00;31
|
||||||
.tlz 01;31
|
.tlz 00;31
|
||||||
.txz 01;31
|
.txz 00;31
|
||||||
.zip 01;31
|
.zip 00;31
|
||||||
.z 01;31
|
.z 00;31
|
||||||
.Z 01;31
|
.Z 00;31
|
||||||
.dz 01;31
|
.dz 00;31
|
||||||
.gz 01;31
|
.gz 00;31
|
||||||
.lz 01;31
|
.lz 00;31
|
||||||
.xz 01;31
|
.xz 00;31
|
||||||
.bz2 01;31
|
.bz2 00;31
|
||||||
.bz 01;31
|
.bz 00;31
|
||||||
.tbz 01;31
|
.tbz 00;31
|
||||||
.tbz2 01;31
|
.tbz2 00;31
|
||||||
.tz 01;31
|
.tz 00;31
|
||||||
.deb 01;31
|
.deb 00;31
|
||||||
.rpm 01;31
|
.rpm 00;31
|
||||||
.jar 01;31
|
.jar 00;31
|
||||||
.war 01;31
|
.war 00;31
|
||||||
.ear 01;31
|
.ear 00;31
|
||||||
.sar 01;31
|
.sar 00;31
|
||||||
.rar 01;31
|
.rar 00;31
|
||||||
.ace 01;31
|
.ace 00;31
|
||||||
.zoo 01;31
|
.zoo 00;31
|
||||||
.cpio 01;31
|
.cpio 00;31
|
||||||
.7z 01;31
|
.7z 00;31
|
||||||
.rz 01;31
|
.rz 00;31
|
||||||
# image formats
|
# image formats
|
||||||
.jpg 01;35
|
.jpg 00;35
|
||||||
.jpeg 01;35
|
.jpeg 00;35
|
||||||
.gif 01;35
|
.gif 00;35
|
||||||
.bmp 01;35
|
.bmp 00;35
|
||||||
.pbm 01;35
|
.pbm 00;35
|
||||||
.pgm 01;35
|
.pgm 00;35
|
||||||
.ppm 01;35
|
.ppm 00;35
|
||||||
.tga 01;35
|
.tga 00;35
|
||||||
.xbm 01;35
|
.xbm 00;35
|
||||||
.xpm 01;35
|
.xpm 00;35
|
||||||
.tif 01;35
|
.tif 00;35
|
||||||
.tiff 01;35
|
.tiff 00;35
|
||||||
.png 01;35
|
.png 00;35
|
||||||
.svg 01;35
|
.svg 00;35
|
||||||
.svgz 01;35
|
.svgz 00;35
|
||||||
.mng 01;35
|
.mng 00;35
|
||||||
.pcx 01;35
|
.pcx 00;35
|
||||||
.mov 01;35
|
.mov 00;35
|
||||||
.mpg 01;35
|
.mpg 00;35
|
||||||
.mpeg 01;35
|
.mpeg 00;35
|
||||||
.m2v 01;35
|
.m2v 00;35
|
||||||
.mkv 01;35
|
.mkv 00;35
|
||||||
.webm 01;35
|
.webm 00;35
|
||||||
.ogm 01;35
|
.ogm 00;35
|
||||||
.mp4 01;35
|
.mp4 00;35
|
||||||
.m4v 01;35
|
.m4v 00;35
|
||||||
.mp4v 01;35
|
.mp4v 00;35
|
||||||
.vob 01;35
|
.vob 00;35
|
||||||
.qt 01;35
|
.qt 00;35
|
||||||
.nuv 01;35
|
.nuv 00;35
|
||||||
.wmv 01;35
|
.wmv 00;35
|
||||||
.asf 01;35
|
.asf 00;35
|
||||||
.rm 01;35
|
.rm 00;35
|
||||||
.rmvb 01;35
|
.rmvb 00;35
|
||||||
.flc 01;35
|
.flc 00;35
|
||||||
.avi 01;35
|
.avi 00;35
|
||||||
.fli 01;35
|
.fli 00;35
|
||||||
.flv 01;35
|
.flv 00;35
|
||||||
.gl 01;35
|
.gl 00;35
|
||||||
.dl 01;35
|
.dl 00;35
|
||||||
.xcf 01;35
|
.xcf 00;35
|
||||||
.xwd 01;35
|
.xwd 00;35
|
||||||
.yuv 01;35
|
.yuv 00;35
|
||||||
.cgm 01;35
|
.cgm 00;35
|
||||||
.emf 01;35
|
.emf 00;35
|
||||||
# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
|
# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
|
||||||
.axv 01;35
|
.axv 00;35
|
||||||
.anx 01;35
|
.anx 00;35
|
||||||
.ogv 01;35
|
.ogv 00;35
|
||||||
.ogx 01;35
|
.ogx 00;35
|
||||||
# audio formats
|
# audio formats
|
||||||
.aac 00;36
|
.aac 00;36
|
||||||
.au 00;36
|
.au 00;36
|
||||||
|
@ -146,9 +146,15 @@ EXEC 01;32
|
||||||
.spx 00;36
|
.spx 00;36
|
||||||
.xspf 00;36
|
.xspf 00;36
|
||||||
|
|
||||||
.nib 01;35
|
.nib 00;35
|
||||||
.xib 01;35
|
.xib 00;35
|
||||||
|
|
||||||
|
# Code files
|
||||||
|
#.c 00;33
|
||||||
|
#.h 00;33
|
||||||
|
#.cc 00;33
|
||||||
|
#.hh 00;33
|
||||||
|
|
||||||
# Build artifacts can be 'ignored'
|
# Build artifacts can be 'ignored'
|
||||||
.pyc 01;30
|
.pyc 01;32
|
||||||
.o 01;30
|
.o 01;32
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue