From cfd67072fb0d150304e3baa497781bfcf10fe717 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Fri, 11 Jul 2014 10:22:43 -0700 Subject: [PATCH 1/9] .vim files are shell plugins, not configuration files --- LS_COLORS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LS_COLORS b/LS_COLORS index 09e55bf..8891dcc 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -121,7 +121,6 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 *rc 1 .ini 1 # vim -.vim 1 .viminfo 1 # cisco VPN client configuration .pcf 1 @@ -144,6 +143,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .sed 38;5;172 .sh 38;5;172 .zsh 38;5;172 +.vim 38;5;172 # interpreted {{{2 .ahk 38;5;29;1 From efe12f2b75ca582baa7fd710ddb4c9773f7803ce Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Thu, 17 Jul 2014 15:41:55 -0700 Subject: [PATCH 2/9] Added .pl extension for perl scripts --- LS_COLORS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/LS_COLORS b/LS_COLORS index 8891dcc..0fed3b0 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -147,7 +147,10 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 # interpreted {{{2 .ahk 38;5;29;1 +# python .py 38;5;41 +# perl +.pl 38;5;41 # sql .msql 38;5;222 .mysql 38;5;222 From 17af793369f5787c8f1c4618279ffcf767259296 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Thu, 17 Jul 2014 15:43:07 -0700 Subject: [PATCH 3/9] Consistency between ahk and py/pl --- LS_COLORS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LS_COLORS b/LS_COLORS index 0fed3b0..1fe6082 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -146,7 +146,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .vim 38;5;172 # interpreted {{{2 -.ahk 38;5;29;1 +.ahk 38;5;41 # python .py 38;5;41 # perl From 0236f63df986e1c5bf9d5e296098aa12aa72f1d0 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Sun, 20 Jul 2014 21:47:25 -0700 Subject: [PATCH 4/9] added .pem type for PEM certificates --- LS_COLORS | 1 + 1 file changed, 1 insertion(+) diff --git a/LS_COLORS b/LS_COLORS index 1fe6082..db60e56 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -565,6 +565,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 # }}} # encrypted data {{{1 .gpg 38;5;192;3 +.pem 38;5;192;3 .signature 38;5;192;3 .sig 38;5;192;3 .pgp 38;5;192;3 From 38728cf1e188e9ee6977a5a6b893059c0079d9b5 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Mon, 21 Jul 2014 20:12:05 -0700 Subject: [PATCH 5/9] Added .pk3 extension for Quake 3 packages --- LS_COLORS | 1 + 1 file changed, 1 insertion(+) diff --git a/LS_COLORS b/LS_COLORS index db60e56..3d75bb7 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -356,6 +356,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .jar 38;5;215 .cab 38;5;215 .pak 38;5;215 +.pk3 38;5;215 .vdf 38;5;215 .vpk 38;5;215 .bsp 38;5;215 From 1b2ccd14f8f58e3bbe210141291326befb896ad2 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Mon, 28 Jul 2014 08:21:10 -0700 Subject: [PATCH 6/9] added COPYING, INSTALL --- LS_COLORS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LS_COLORS b/LS_COLORS index 3d75bb7..a010ae9 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -59,6 +59,8 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 # documents {{{1 *README 38;5;220;1 *LICENSE 38;5;220;1 +*COPYING 38;5;220;1 +*INSTALL 38;5;220;1 *COPYRIGHT 38;5;220;1 *AUTHORS 38;5;220;1 *HISTORY 38;5;220;1 From d62f1ab618e82db14fdd657cae22be28cf631e99 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Thu, 11 Sep 2014 00:36:59 -0700 Subject: [PATCH 7/9] Added RSS filetype for RSS feeds --- LS_COLORS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/LS_COLORS b/LS_COLORS index a010ae9..2588527 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -78,10 +78,11 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .tex 38;5;184 .textile 38;5;184 # key-value, non-relational data {{{2 +.json 38;5;178 .msg 38;5;178 .pgn 38;5;178 +.rss 38;5;178 .xml 38;5;178 -.json 38;5;178 .yml 38;5;178 # }}} # binary {{{2 From 774603b4baff9c012f5517532a780cedfeff3d43 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Sat, 13 Sep 2014 16:36:41 -0700 Subject: [PATCH 8/9] Added md5 filetype for MD5 checksums --- LS_COLORS | 1 + 1 file changed, 1 insertion(+) diff --git a/LS_COLORS b/LS_COLORS index 2588527..e59577a 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -560,6 +560,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .directory 38;5;116 .m3u 38;5;116 .m3u8 38;5;116 +.md5 38;5;116 .properties 38;5;116 .sfv 38;5;116 .srt 38;5;116 From a1393da9984d80c0dc1c63a5e65d496fa3d270e0 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Sat, 30 Aug 2014 20:37:21 -0700 Subject: [PATCH 9/9] added .p12 for encrypted certificates Restored .sig and .signature extensions that were removed accidentally in a manual merge --- LS_COLORS | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/LS_COLORS b/LS_COLORS index e59577a..f937b3a 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -569,14 +569,19 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .urlview 38;5;116 # }}} # encrypted data {{{1 +.asc 38;5;192;3 +.enc 38;5;192;3 .gpg 38;5;192;3 -.pem 38;5;192;3 .signature 38;5;192;3 .sig 38;5;192;3 +.p12 38;5;192;3 +.pem 38;5;192;3 .pgp 38;5;192;3 .asc 38;5;192;3 .enc 38;5;192;3 -# }}} +.sig 38;5;192;3 +.signature 38;5;192;3 +# 1}}} # emulators {{{1 .32x 38;5;213 .cdi 38;5;213