Add color for Linux core dump file

Core file name is defined in /proc/sys/kernel/core_pattern
This commit is contained in:
Julien Jehannet 2018-10-04 18:37:20 +02:00 committed by GitHub
parent fc4b2de301
commit 4881631897
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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