From 3ddb573a10267887b987632a793d387cc6b462e4 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Mon, 31 Oct 2016 09:43:53 +0000 Subject: [PATCH] Makefile: add dircolors --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 88e4ab3..877c50c 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,10 @@ zsh: mkdir -p ~/.cache/zsh .PHONY: zsh +dircolors: + ln -sfT $(APATH)/dircolors ~/.config/dircolors +.PHONY: dircolors + $(FILES): @if [[ -e ~/$@ && ! -L ~/$@ ]]; then \ if [[ -d $@ ]]; then \ -- 2.48.1