]> git.rmz.io Git - dotfiles.git/commitdiff
Makefile: Create zsh data home dir
authorSamir Benmendil <me@rmz.io>
Wed, 10 Jul 2019 22:01:14 +0000 (22:01 +0000)
committerSamir Benmendil <me@rmz.io>
Wed, 10 Jul 2019 22:01:14 +0000 (22:01 +0000)
Makefile

index 1a6b8325fe84b95e8aee5e88680c13cb84a3e448..144a7d9ec281da660157620eb7ead716bfc642fa 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -93,6 +93,7 @@ zsh: $(XDG_CONFIG_HOME)
        ln -sfT $(APATH)/zsh $(XDG_CONFIG_HOME)/zsh
        ln -sfT $(APATH)/aliases $(XDG_CONFIG_HOME)/aliases
        mkdir -p $(XDG_CACHE_HOME)/zsh
+       mkdir -p $(XDG_DATA_HOME)/zsh
 .PHONY: zsh
 
 $(FILES):