aboutsummaryrefslogtreecommitdiffstats
path: root/.dir_colors
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-10-31 01:44:00 +0000
committerterminaldweller <thabogre@gmail.com>2021-10-31 01:44:00 +0000
commit965a52ac2b20d0177719c86dc2a1d18903e9a017 (patch)
tree0ffdac57d934b761ec9230b5368cdf289d3fdd62 /.dir_colors
parentopewrt,haproxy,nginx,ejabberd,.... (diff)
downloadscripts-965a52ac2b20d0177719c86dc2a1d18903e9a017.tar.gz
scripts-965a52ac2b20d0177719c86dc2a1d18903e9a017.zip
updates
Diffstat (limited to '.dir_colors')
-rw-r--r--.dir_colors15
1 files changed, 14 insertions, 1 deletions
diff --git a/.dir_colors b/.dir_colors
index 3179cce..cb76b62 100644
--- a/.dir_colors
+++ b/.dir_colors
@@ -191,10 +191,23 @@ EXEC 01;32
.spx 00;36
.xspf 00;36
# misc
-.o 00;38;5;95
.a 00;38;5;95
+.o 00;38;5;95
+.lo 00;38;5;95
.gch 00;38;5;95
.swp 00;38;5;95
.swo 00;38;5;95
# secrets
.gpg 00;38;5;105
+# c
+.c 00;38;5;25
+.cc 00;38;5;25
+.cpp 00;38;5;25
+# h
+.h 00;38;5;32
+.hpp 00;38;5;32
+# json
+.json 00;38;5;202
+# yaml
+.yaml 00;38;5;134
+.yml 00;38;5;134