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:
parent
3e35410907
commit
1c9413e185
2 changed files with 4 additions and 4 deletions
|
@ -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"),
|
||||||
|
|
4
tests/fixtures/dircolors/internal.expected
vendored
4
tests/fixtures/dircolors/internal.expected
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue