Sync 'minimal' branch with 'master'.
This commit is contained in:
parent
4edb9ac7cc
commit
44ad23f4f0
37 changed files with 559 additions and 380 deletions
20
.dir_colors
20
.dir_colors
|
|
@ -67,11 +67,9 @@ TERM xterm-debian
|
|||
# 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
|
||||
NORMAL 00 # Global default.
|
||||
FILE 00 # Normal file.
|
||||
# RESET 0 # reset to "normal" color
|
||||
DIR 01;34 # Directory.
|
||||
LINK 01;36 # Symbolic link. Set to 'target' instead of a
|
||||
# value for the colour of the file pointed to.
|
||||
# HARDLINK 00 # Normal file with more than one name/link.
|
||||
ORPHAN 00;31 # Symlink where target file does not exist.
|
||||
MISSING 00;31 # Non-existant target file of a symlink.
|
||||
FIFO 00;33 # Pipe.
|
||||
|
|
@ -82,11 +80,11 @@ CHR 00;33 # Character device.
|
|||
EXEC 01;32 # File with any execute permission (+x).
|
||||
SETUID 01;32;41 # File is setuid (u+s).
|
||||
SETGID 01;32;45 # File is setgid (g+s).
|
||||
CAPABILITY 01;32;44 # File is not setuid/setgid (ug-s) but has a
|
||||
# limited privileged capability set configured.
|
||||
OTHER_WRITABLE 34;41 # Dir is other-writable (o+w).
|
||||
STICKY 34;42 # Dir is not other-writable and sticky (o-w,+t).
|
||||
STICKY_OTHER_WRITABLE 34;45 # Dir is other-writable and sticky (o+w,+t).
|
||||
OTHER_WRITABLE 34;41 # Dir is other-writable (o+w).
|
||||
CAPABILITY 01;32;44 # File is not setuid/setgid (ug-s) but has a
|
||||
# limited privileged capability set configured.
|
||||
|
||||
# File extensions that should be colourised.
|
||||
# Archives (bright red).
|
||||
|
|
@ -154,6 +152,8 @@ STICKY_OTHER_WRITABLE 34;45 # Dir is other-writable and sticky (o+w,+t).
|
|||
.TZ 01;31
|
||||
.tz2 01;31
|
||||
.TZ2 01;31
|
||||
.tzst 01;31
|
||||
.TZST 01;31
|
||||
.xz 01;31
|
||||
.XZ 01;31
|
||||
.z 01;31
|
||||
|
|
@ -162,6 +162,8 @@ STICKY_OTHER_WRITABLE 34;45 # Dir is other-writable and sticky (o+w,+t).
|
|||
.ZIP 01;31
|
||||
.zoo 01;31
|
||||
.ZOO 01;31
|
||||
.zst 01;31
|
||||
.ZST 01;31
|
||||
|
||||
# Images (bright magenta).
|
||||
.bmp 01;35
|
||||
|
|
@ -296,8 +298,12 @@ STICKY_OTHER_WRITABLE 34;45 # Dir is other-writable and sticky (o+w,+t).
|
|||
.AXA 01;33
|
||||
.flac 01;33
|
||||
.FLAC 01;33
|
||||
.flv 01;33
|
||||
.FLV 01;33
|
||||
.m2a 01;33
|
||||
.M2A 01;33
|
||||
.m2t 01;33
|
||||
.M2T 01;33
|
||||
.m4a 01;33
|
||||
.M4A 01;33
|
||||
.m4p 01;33
|
||||
|
|
@ -340,6 +346,10 @@ STICKY_OTHER_WRITABLE 34;45 # Dir is other-writable and sticky (o+w,+t).
|
|||
.SPX 01;33
|
||||
.wav 01;33
|
||||
.WAV 01;33
|
||||
.webm 01;33
|
||||
.WEBM 01;33
|
||||
.webp 01;33
|
||||
.WEBP 01;33
|
||||
.wma 01;33
|
||||
.WMA 01;33
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue