From 4d675b1c764402d120fa49739594ae818b38ae3e Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Wed, 16 Sep 2015 15:41:20 +0100 Subject: Add zgen as submodule --- .zsh/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to '.zsh/Makefile') diff --git a/.zsh/Makefile b/.zsh/Makefile index 3593740..0c0aa7f 100644 --- a/.zsh/Makefile +++ b/.zsh/Makefile @@ -9,5 +9,8 @@ $(HOME)/.zshrc : $(HOME)/.zsh : rm -f $@ && ln -s $(PWD) $@ +$(HOME)/.zgen : + rm -f $@ && ln -s $(PWD)/zgen $@ + clean : rm -f $(TARGETS) -- cgit v1.2.3