1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

bring back the old format

This commit is contained in:
Sylvestre Ledru 2023-12-04 22:51:08 +01:00
parent 3e35410907
commit 1c9413e185
2 changed files with 4 additions and 4 deletions

View file

@ -204,8 +204,8 @@ pub static FILE_COLORS: &[(&str, &str)] = &[
(".spx", "00;36"), (".spx", "00;36"),
(".xspf", "00;36"), (".xspf", "00;36"),
// Backup files // Backup files
("~", "00;90"), ("*~", "00;90"),
("#", "00;90"), ("*#", "00;90"),
(".bak", "00;90"), (".bak", "00;90"),
(".old", "00;90"), (".old", "00;90"),
(".orig", "00;90"), (".orig", "00;90"),

View file

@ -176,8 +176,8 @@ EXEC 01;32
.opus 00;36 .opus 00;36
.spx 00;36 .spx 00;36
.xspf 00;36 .xspf 00;36
~ 00;90 *~ 00;90
# 00;90 *# 00;90
.bak 00;90 .bak 00;90
.old 00;90 .old 00;90
.orig 00;90 .orig 00;90