Merge pull request #91 from jjehannet/jjehannet-patch-1

Add color for Linux core dump file
This commit is contained in:
Ryan Delaney 2018-10-10 16:56:39 -07:00 committed by GitHub
commit d2a7010071
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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