]> git.rmz.io Git - dotfiles.git/commitdiff
Makefile: add dircolors
authorSamir Benmendil <samir.benmendil@ultrahaptics.com>
Mon, 31 Oct 2016 09:43:53 +0000 (09:43 +0000)
committerSamir Benmendil <samir.benmendil@ultrahaptics.com>
Mon, 31 Oct 2016 09:43:53 +0000 (09:43 +0000)
Makefile

index 88e4ab30aa48b1e8ce5ca9df64defa213b1beaca..877c50c8e78f1e936dd1232f73d76341809cd0e3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,10 @@ zsh:
        mkdir -p ~/.cache/zsh
 .PHONY: zsh
 
        mkdir -p ~/.cache/zsh
 .PHONY: zsh
 
+dircolors:
+       ln -sfT $(APATH)/dircolors ~/.config/dircolors
+.PHONY: dircolors
+
 $(FILES): 
        @if [[ -e ~/$@ && ! -L ~/$@ ]]; then \
            if [[ -d $@ ]]; then \
 $(FILES): 
        @if [[ -e ~/$@ && ! -L ~/$@ ]]; then \
            if [[ -d $@ ]]; then \