update dircolors
This commit is contained in:
parent
6e576fa39c
commit
9f0eca64ef
346
.dircolors
346
.dircolors
|
@ -56,6 +56,8 @@ TERM screen.linux
|
|||
TERM st
|
||||
TERM st-256color
|
||||
TERM terminator
|
||||
TERM tmux
|
||||
TERM tmux-256color
|
||||
TERM vt100
|
||||
TERM xterm
|
||||
TERM xterm-16color
|
||||
|
@ -76,9 +78,8 @@ NORMAL 0 # no color code at all
|
|||
FILE 0 # regular file: use no color at all
|
||||
RESET 0 # reset to "normal" color
|
||||
DIR 1;34 # directory
|
||||
LINK 01;36 # symbolic link. (If you set this to 'target' instead of a
|
||||
# numerical value, the color is as for the file pointed to.)
|
||||
ORPHAN 1;41;36 # symlink to nonexistent file, or non-stat'able file
|
||||
ORPHAN 01;41;37 # symlink to nonexistent file, or non-stat'able file
|
||||
LINK 1;37 # symbolic link. (If you set this to 'target' instead of a numerical value, the color is as for the file pointed to.)
|
||||
FIFO 40;33 # pipe
|
||||
SOCK 01;35 # socket
|
||||
DOOR 04;35 # door
|
||||
|
@ -90,63 +91,151 @@ CAPABILITY 30;41 # file with capability
|
|||
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
|
||||
STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable
|
||||
# This is for files with execute permission:
|
||||
EXEC 01;32
|
||||
EXEC 04;32 # This is for files with execute permission:
|
||||
MULTIHARDLINK 1;4 # regular file with more than one link
|
||||
|
||||
# public key / certificate
|
||||
.gpg 4;31
|
||||
.pub 31
|
||||
.pem 31
|
||||
.asc 31
|
||||
.pgp 31
|
||||
.crt 31
|
||||
# request
|
||||
.csr 2;31
|
||||
# private key
|
||||
.key 1;31
|
||||
|
||||
# executables win
|
||||
.cmd 01;32;41
|
||||
.exe 01;32;41
|
||||
.com 01;32;41
|
||||
.btm 01;32;41
|
||||
.bat 01;32;41
|
||||
.cmd 2;32;41
|
||||
.exe 2;32;41
|
||||
.com 2;32;41
|
||||
.btm 2;32;41
|
||||
.bat 2;32;41
|
||||
# Or if you want to colorize scripts even if they do not have the
|
||||
# executable bit actually set.
|
||||
#.sh 01;32
|
||||
#.csh 01;32
|
||||
.sh 32
|
||||
.csh 32
|
||||
.ksh 32
|
||||
.zsh 32
|
||||
.bash 32
|
||||
.pl 32
|
||||
.pm 32
|
||||
.php 32
|
||||
.py 32
|
||||
.rb 32
|
||||
.js 32
|
||||
|
||||
# archives (bold + italic)
|
||||
.tar 3;4;32
|
||||
.tgz 3;4;32
|
||||
.arc 3;4;32
|
||||
.arj 3;4;32
|
||||
.taz 3;4;32
|
||||
.lha 3;4;32
|
||||
.lz4 3;4;32
|
||||
.lzh 3;4;32
|
||||
.lzma 3;4;32
|
||||
.tlz 3;4;32
|
||||
.txz 3;4;32
|
||||
.tzo 3;4;32
|
||||
.t7z 3;4;32
|
||||
.zip 3;4;32
|
||||
.z 3;4;32
|
||||
.Z 3;4;32
|
||||
.dz 3;4;32
|
||||
.gz 3;4;32
|
||||
.lrz 3;4;32
|
||||
.lz 3;4;32
|
||||
.lzo 3;4;32
|
||||
.xz 3;4;32
|
||||
.bz2 3;4;32
|
||||
.bz 3;4;32
|
||||
.tbz 3;4;32
|
||||
.tbz2 3;4;32
|
||||
.tz 3;4;32
|
||||
.deb 3;4;32
|
||||
.rpm 3;4;32
|
||||
.jar 3;4;32
|
||||
.war 3;4;32
|
||||
.ear 3;4;32
|
||||
.sar 3;4;32
|
||||
.rar 3;4;32
|
||||
.alz 3;4;32
|
||||
.ace 3;4;32
|
||||
.zoo 3;4;32
|
||||
.cpio 3;4;32
|
||||
.7z 3;4;32
|
||||
.rz 3;4;32
|
||||
.cab 3;4;32
|
||||
# source code
|
||||
.c 2;32
|
||||
.cc 2;32
|
||||
.h 2;32
|
||||
.cpp 2;32
|
||||
.hh 2;32
|
||||
.go 2;32
|
||||
.java 2;32
|
||||
|
||||
# archives (italic + underline)
|
||||
.tar 3;4;33
|
||||
.tgz 3;4;33
|
||||
.arc 3;4;33
|
||||
.arj 3;4;33
|
||||
.taz 3;4;33
|
||||
.lha 3;4;33
|
||||
.lz4 3;4;33
|
||||
.lzh 3;4;33
|
||||
.lzma 3;4;33
|
||||
.tlz 3;4;33
|
||||
.txz 3;4;33
|
||||
.tzo 3;4;33
|
||||
.t7z 3;4;33
|
||||
.zip 3;4;33
|
||||
.z 3;4;33
|
||||
.Z 3;4;33
|
||||
.dz 3;4;33
|
||||
.gz 3;4;33
|
||||
.lrz 3;4;33
|
||||
.lz 3;4;33
|
||||
.lzo 3;4;33
|
||||
.xz 3;4;33
|
||||
.bz2 3;4;33
|
||||
.bz 3;4;33
|
||||
.tbz 3;4;33
|
||||
.tbz2 3;4;33
|
||||
.tz 3;4;33
|
||||
.deb 3;4;33
|
||||
.rpm 3;4;33
|
||||
.jar 3;4;33
|
||||
.ear 3;4;33
|
||||
.sar 3;4;33
|
||||
.rar 3;4;33
|
||||
.alz 3;4;33
|
||||
.ace 3;4;33
|
||||
.zoo 3;4;33
|
||||
.cpio 3;4;33
|
||||
.7z 3;4;33
|
||||
.rz 3;4;33
|
||||
.cab 3;4;33
|
||||
.iso 3;4;33
|
||||
|
||||
|
||||
# image src
|
||||
.dot 3;33
|
||||
.xcf 3;33
|
||||
.ps 3;33
|
||||
.svg 3;33
|
||||
.eps 3;33
|
||||
|
||||
|
||||
# image formats
|
||||
.jpg 33
|
||||
.jpeg 033
|
||||
.gif 033
|
||||
.bmp 033
|
||||
.pbm 033
|
||||
.pgm 033
|
||||
.ppm 033
|
||||
.tga 033
|
||||
.xbm 033
|
||||
.xpm 033
|
||||
.tif 033
|
||||
.tiff 033
|
||||
.png 033
|
||||
.svg 033
|
||||
.svgz 033
|
||||
.mng 033
|
||||
.pcx 033
|
||||
.gl 033
|
||||
.dl 033
|
||||
.xcf 033
|
||||
.xwd 033
|
||||
.yuv 033
|
||||
.cgm 033
|
||||
.emf 033
|
||||
.ico 033
|
||||
# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
|
||||
.axv 033
|
||||
.anx 033
|
||||
.ogv 033
|
||||
.ogx 033
|
||||
|
||||
# text documents src
|
||||
.md 1;3;34
|
||||
.rst 1;3;34
|
||||
.txt 1;3;34
|
||||
.latex 1;3;34
|
||||
.tex 1;3;34
|
||||
.texi 1;3;34
|
||||
.texinfo 1;3;34
|
||||
.1 1;3;34
|
||||
.2 1;3;34
|
||||
.3 1;3;34
|
||||
.4 1;3;34
|
||||
.5 1;3;34
|
||||
.6 1;3;34
|
||||
.7 1;3;34
|
||||
.8 1;3;34
|
||||
.9 1;3;34
|
||||
|
||||
# documents
|
||||
.pdf 3;35
|
||||
|
@ -154,96 +243,73 @@ MULTIHARDLINK 1;4 # regular file with more than one link
|
|||
.dvi 3;35
|
||||
|
||||
# documents office
|
||||
.odp 35
|
||||
.ods 35
|
||||
.odt 35
|
||||
.doc 35
|
||||
.docx 35
|
||||
.xls 35
|
||||
.xlsx 35
|
||||
.ppt 35
|
||||
.pptx 35
|
||||
.odp 2;35
|
||||
.ods 2;35
|
||||
.odt 2;35
|
||||
.doc 2;35
|
||||
.docx 2;35
|
||||
.xls 2;35
|
||||
.xlsx 2;35
|
||||
.ppt 2;35
|
||||
.pptx 2;35
|
||||
|
||||
|
||||
# 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
|
||||
.gl 01;35
|
||||
.dl 01;35
|
||||
.xcf 01;35
|
||||
.xwd 01;35
|
||||
.yuv 01;35
|
||||
.cgm 01;35
|
||||
.emf 01;35
|
||||
.ico 01;35
|
||||
# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
|
||||
.axv 01;35
|
||||
.anx 01;35
|
||||
.ogv 01;35
|
||||
.ogx 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
|
||||
.aac 36
|
||||
.au 36
|
||||
.flac 36
|
||||
.m4a 36
|
||||
.mid 36
|
||||
.midi 36
|
||||
.mka 36
|
||||
.mp3 36
|
||||
.mpc 36
|
||||
.ogg 36
|
||||
.ra 36
|
||||
.wav 36
|
||||
# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
|
||||
.axa 00;36
|
||||
.oga 00;36
|
||||
.spx 00;36
|
||||
.xspf 00;36
|
||||
.axa 36
|
||||
.oga 36
|
||||
.spx 36
|
||||
.xspf 36
|
||||
|
||||
# video
|
||||
.mov 1;33
|
||||
.mpg 1;33
|
||||
.mpeg 1;33
|
||||
.m2v 1;33
|
||||
.mkv 1;33
|
||||
.webm 1;33
|
||||
.ogm 1;33
|
||||
.mp4 1;33
|
||||
.m4v 1;33
|
||||
.mp4v 1;33
|
||||
.vob 1;33
|
||||
.qt 1;33
|
||||
.nuv 1;33
|
||||
.wmv 1;33
|
||||
.asf 1;33
|
||||
.rm 1;33
|
||||
.rmvb 1;33
|
||||
.flc 1;33
|
||||
.avi 1;33
|
||||
.fli 1;33
|
||||
.flv 1;33
|
||||
.avi 1;33
|
||||
.mov 1;33
|
||||
.mp4 1;33
|
||||
.mpg 1;33
|
||||
.mpeg 1;33
|
||||
.wmv 1;33
|
||||
.flv 1;33
|
||||
.webm 1;33
|
||||
.mov 4;36
|
||||
.mpg 4;36
|
||||
.mpeg 4;36
|
||||
.m2v 4;36
|
||||
.mkv 4;36
|
||||
.webm 4;36
|
||||
.ogm 4;36
|
||||
.mp4 4;36
|
||||
.m4v 4;36
|
||||
.mp4v 4;36
|
||||
.vob 4;36
|
||||
.qt 4;36
|
||||
.nuv 4;36
|
||||
.wmv 4;36
|
||||
.asf 4;36
|
||||
.rm 4;36
|
||||
.rmvb 4;36
|
||||
.flc 4;36
|
||||
.avi 4;36
|
||||
.fli 4;36
|
||||
.flv 4;36
|
||||
.avi 4;36
|
||||
.mov 4;36
|
||||
.mp4 4;36
|
||||
.mpg 4;36
|
||||
.mpeg 4;36
|
||||
.wmv 4;36
|
||||
.flv 4;36
|
||||
.webm 4;36
|
||||
|
||||
# some other formats
|
||||
.bak 2
|
||||
.save 2
|
||||
.sav 2
|
||||
.old 2
|
||||
.orig 2
|
||||
.swp 2
|
||||
|
||||
# end .dircolors
|
||||
|
|
Loading…
Reference in New Issue