mirror of
https://github.com/trapd00r/LS_COLORS.git
synced 2024-12-22 13:52:12 +01:00
fix ow, sticky, sticky+ow, .{webm,mp4} and a minor doc issue
This commit is contained in:
parent
963d7b60af
commit
646eafdb38
1 changed files with 10 additions and 10 deletions
20
LS_COLORS
20
LS_COLORS
|
@ -1,8 +1,8 @@
|
|||
# LS_COLORS
|
||||
# Maintainer: Magnus Woldrich <m@japh.se>
|
||||
# URL: https://github.com/trapd00r/LS_COLORS
|
||||
# Version: 0.228
|
||||
# Updated: 2012-02-10 10:45:27
|
||||
# Version: 0.230
|
||||
# Updated: 2012-03-21 15:17:39
|
||||
#
|
||||
# This is a collection of extension:color mappings, suitable to use as your
|
||||
# LS_COLORS environment variable. Most of them use the extended color map,
|
||||
|
@ -23,9 +23,9 @@
|
|||
# To install and use this file, put something like this is your shell resource
|
||||
# file:
|
||||
#
|
||||
# eval $(dircolors -b $HOME/.dircolors)
|
||||
# eval $( dircolors -b $HOME/.LS_COLORS)
|
||||
#
|
||||
# where .dircolors is this file.
|
||||
# where .LS_COLORS is this file.
|
||||
|
||||
|
||||
BLK 38;5;68
|
||||
|
@ -40,12 +40,12 @@ LINK target
|
|||
MULTIHARDLINK 38;5;220;1
|
||||
NORMAL 38;5;254
|
||||
ORPHAN 48;5;196;38;5;232;1
|
||||
OTHER_WRITABLE 38;5;33;1
|
||||
SETGID 38;5;137;1
|
||||
OTHER_WRITABLE 38;5;220;1
|
||||
SETGID 48;5;234;38;5;100;1
|
||||
SETUID 38;5;137
|
||||
SOCK 38;5;197
|
||||
STICKY 48;5;235;38;5;118;1
|
||||
STICKY_OTHER_WRITABLE 48;5;235;38;5;139;1
|
||||
STICKY 38;5;86;48;5;234
|
||||
STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
|
||||
|
||||
|
||||
# code, text, documents {{{
|
||||
|
@ -203,7 +203,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;1
|
|||
.m2v 38;5;166
|
||||
.mkv 38;5;202
|
||||
.mov 38;5;42
|
||||
.mp4 38;5;124
|
||||
.mp4 38;5;160
|
||||
.mpg 38;5;38
|
||||
.mpeg 38;5;38
|
||||
.ogm 38;5;97
|
||||
|
@ -212,7 +212,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;1
|
|||
.sample 38;5;130;1
|
||||
.ts 38;5;39
|
||||
.vob 38;5;137
|
||||
.webm 38;5;132
|
||||
.webm 38;5;109
|
||||
.wmv 38;5;113
|
||||
#}}}
|
||||
# music, audio {{{
|
||||
|
|
Loading…
Reference in a new issue