mirror of
https://github.com/uutils/coreutils
synced 2024-12-12 14:22:41 +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"),
|
||||
(".xspf", "00;36"),
|
||||
// Backup files
|
||||
("~", "00;90"),
|
||||
("#", "00;90"),
|
||||
("*~", "00;90"),
|
||||
("*#", "00;90"),
|
||||
(".bak", "00;90"),
|
||||
(".old", "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
|
||||
.spx 00;36
|
||||
.xspf 00;36
|
||||
~ 00;90
|
||||
# 00;90
|
||||
*~ 00;90
|
||||
*# 00;90
|
||||
.bak 00;90
|
||||
.old 00;90
|
||||
.orig 00;90
|
||||
|
|
Loading…
Reference in a new issue