Remove background color for symbolic links in linux dircolors
This commit is contained in:
parent
5bc2121887
commit
ee20c55fef
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ NORMAL 00 # no color code at all
|
|||
FILE 00 # regular file: use no color at all
|
||||
RESET 0 # reset to "normal" color
|
||||
DIR 01;34 # directory
|
||||
LINK 01;07;30;46 # symbolic link. (If you set this to 'target' instead of a
|
||||
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.)
|
||||
MULTIHARDLINK 00 # regular file with more than one link
|
||||
FIFO 07;30;43 # pipe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue