From 5adb5edba164618cf9368377fe8469765f492b41 Mon Sep 17 00:00:00 2001 From: anakimluke Date: Fri, 21 Jan 2022 16:13:25 -0300 Subject: [PATCH] fix makefile making .sh and .csh files the same --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5fc1096..6dba908 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ clean: generate: clean @dircolors -b LS_COLORS > ${FILE_NAME}.sh - @dircolors -b LS_COLORS > ${FILE_NAME}.csh + @dircolors -c LS_COLORS > ${FILE_NAME}.csh install: generate @command cp ${FILE_NAME}.sh ${FILE_NAME}.csh ${XDG_DATA_HOME}