dircolors*: multiple hardlinks not seen on white background.
This commit is contained in:
parent
989d90a3ab
commit
c233c7513a
|
@ -68,7 +68,7 @@ RESET 0 # reset to "normal" color
|
||||||
DIR 01;34 # directory
|
DIR 01;34 # directory
|
||||||
# LINK target # symbolic link.
|
# LINK target # symbolic link.
|
||||||
LINK 01;36 # symbolic link.
|
LINK 01;36 # symbolic link.
|
||||||
MULTIHARDLINK 00 # regular file with more than one link
|
MULTIHARDLINK 48;5;188 # regular file with more than one link
|
||||||
FIFO 01;45;37 # pipe
|
FIFO 01;45;37 # pipe
|
||||||
SOCK 01;45;36 # socket
|
SOCK 01;45;36 # socket
|
||||||
DOOR 01;35 # door
|
DOOR 01;35 # door
|
||||||
|
|
|
@ -68,7 +68,7 @@ RESET 0 # reset to "normal" color
|
||||||
DIR 01;34 # directory
|
DIR 01;34 # directory
|
||||||
# LINK target # symbolic link.
|
# LINK target # symbolic link.
|
||||||
LINK 01;36 # symbolic link.
|
LINK 01;36 # symbolic link.
|
||||||
MULTIHARDLINK 48;5;235 # regular file with more than one link
|
MULTIHARDLINK 48;5;188 # regular file with more than one link
|
||||||
FIFO 48;5;91 # pipe
|
FIFO 48;5;91 # pipe
|
||||||
SOCK 48;5;89 # socket
|
SOCK 48;5;89 # socket
|
||||||
DOOR 01;35 # door
|
DOOR 01;35 # door
|
||||||
|
|
Loading…
Reference in New Issue