mirror of
https://github.com/trapd00r/LS_COLORS.git
synced 2024-12-22 13:52:12 +01:00
Add color for Linux core dump file
Core file name is defined in /proc/sys/kernel/core_pattern
This commit is contained in:
parent
fc4b2de301
commit
4881631897
1 changed files with 1 additions and 0 deletions
|
@ -485,6 +485,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
|
|||
.BUP 38;5;241
|
||||
.bak 38;5;241
|
||||
.o 38;5;241 # *nix Object file (shared libraries, core dumps etc)
|
||||
*core 38;5;241 # Linux user core dump file (from /proc/sys/kernel/core_pattern)
|
||||
.rlib 38;5;241 # Static rust library
|
||||
# temporary files
|
||||
.swp 38;5;244
|
||||
|
|
Loading…
Reference in a new issue