]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
dircolors: colorize backup files with bright black
authorVille Skyttä <ville.skytta@iki.fi>
Tue, 22 Mar 2022 18:24:27 +0000 (20:24 +0200)
committerPádraig Brady <P@draigBrady.com>
Sun, 3 Apr 2022 19:59:38 +0000 (20:59 +0100)
* src/dircolors.hin: Add patterns for suffixes for "backup files".
The color used is so they stand out less than non-backup files,
and bright black works well on both light and dark backgrounds.
* THANKS.in: Remove duplicate.
Fixes https://bugs.gnu.org/54521

THANKS.in
src/dircolors.hin

index 0424c22fb86411542a7b62b58f4d42f72f0389f7..311196a0460eb5550e802647227e0af833933cf6 100644 (file)
--- a/THANKS.in
+++ b/THANKS.in
@@ -641,7 +641,6 @@ Ulrich Hermisson                    ulrich_hermisson@hotmail.com
 Urs Thuermann                       urs@isnogud.escape.de
 Uwe H. Steinfeld                    usteinfeld@gmx.net
 Vesselin Atanasov                   vesselin@bgnet.bg
-Ville Skyttä                        ville.skytta@iki.fi
 Vin Shelton                         acs@alumni.princeton.edu
 Vineet Chadha                       chadha@acis.ufl.edu
 Vitali Lovich                       vlovich@gmail.com
index 6738352013111ce5f46490c5d2609f0571a90f44..6dc5a2d741782824364ab156523a82ee66bbf9ef 100644 (file)
@@ -211,5 +211,24 @@ EXEC 01;32
 .spx 00;36
 .xspf 00;36
 
+# backup files
+*~ 00;90
+*# 00;90
+.bak 00;90
+.old 00;90
+.orig 00;90
+.part 00;90
+.rej 00;90
+.swp 00;90
+.tmp 00;90
+.dpkg-dist 00;90
+.dpkg-old 00;90
+.ucf-dist 00;90
+.ucf-new 00;90
+.ucf-old 00;90
+.rpmnew 00;90
+.rpmorig 00;90
+.rpmsave 00;90
+
 # Subsequent TERM or COLORTERM entries, can be used to add / override
 # config specific to those matching environment variables.