From 4881631897255e8bb725c6401df5f4d80db88492 Mon Sep 17 00:00:00 2001 From: Julien Jehannet Date: Thu, 4 Oct 2018 18:37:20 +0200 Subject: [PATCH 1/4] Add color for Linux core dump file Core file name is defined in /proc/sys/kernel/core_pattern --- LS_COLORS | 1 + 1 file changed, 1 insertion(+) diff --git a/LS_COLORS b/LS_COLORS index 7f5c817..dd52b6f 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -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 From 90857aea000cea282ebb04a690471cc39c55ecc3 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Wed, 10 Oct 2018 17:25:38 -0700 Subject: [PATCH 2/4] Add file extension for ruby scripts --- LS_COLORS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/LS_COLORS b/LS_COLORS index dd52b6f..fee6802 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -174,6 +174,8 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .ahk 38;5;41 # python .py 38;5;41 +# ruby +.rb 38;5;41 # perl .pl 38;5;208 .PL 38;5;160 @@ -629,7 +631,6 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .pi 38;5;7 .plt 38;5;7 .pm 38;5;7 -.rb 38;5;7 .rdf 38;5;7 .rst 38;5;7 .ru 38;5;7 From 6e074e6f10813c090fa0ab85224b22512a16208a Mon Sep 17 00:00:00 2001 From: Sudo Nice Date: Thu, 11 Oct 2018 19:54:46 +0300 Subject: [PATCH 3/4] Add .aria2 for aria2c "control file" (aria2c - versatile download utility) --- LS_COLORS | 1 + 1 file changed, 1 insertion(+) diff --git a/LS_COLORS b/LS_COLORS index fee6802..fe502b8 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -503,6 +503,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .error 38;5;160;1 .stderr 38;5;160;1 # state dumps +.aria2 38;5;241 .dump 38;5;241 .stackdump 38;5;241 .zcompdump 38;5;241 From 3e6ae80f7ef2cd81489ec17a76afded2521a7391 Mon Sep 17 00:00:00 2001 From: Max Hebditch Date: Fri, 12 Oct 2018 10:56:06 +0100 Subject: [PATCH 4/4] jupyter lab/notebook ipynb extension added next to py --- LS_COLORS | 1 + 1 file changed, 1 insertion(+) diff --git a/LS_COLORS b/LS_COLORS index fe502b8..1f662f0 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -174,6 +174,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .ahk 38;5;41 # python .py 38;5;41 +.ipynb 38;5;41 # ruby .rb 38;5;41 # perl