From 965a52ac2b20d0177719c86dc2a1d18903e9a017 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sun, 31 Oct 2021 05:14:00 +0330 Subject: updates --- .dir_colors | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to '.dir_colors') 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 -- cgit v1.2.3