From 84f6bd73ae30ccac159eb201d3c2c4fc9d3aa457 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 30 Jan 2012 23:46:03 +0000 Subject: [PATCH] dot/dircolors: Don't clobber background colour for dangling links. --- dot/dircolors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot/dircolors b/dot/dircolors index 37c1af1..cc53f4f 100644 --- a/dot/dircolors +++ b/dot/dircolors @@ -42,7 +42,7 @@ FIFO 32 # pipe SOCK 01;32 # socket BLK 01;35 # block device driver CHR 35 # character device driver -ORPHAN 40;31;01 # symlink to nonexistent file +ORPHAN 31;01 # symlink to nonexistent file # This is for files with execute permission: EXEC 01 -- 2.11.0