From: Samir Benmendil Date: Mon, 31 Oct 2016 09:43:53 +0000 (+0000) Subject: Makefile: add dircolors X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/3ddb573a10267887b987632a793d387cc6b462e4 Makefile: add dircolors --- 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 \