Fix dependencies causing zsh plugins to incorrectly request updating
This commit is contained in:
parent
ea55aa34c6
commit
40bdb20c6c
4
Makefile
4
Makefile
|
@ -58,10 +58,10 @@ $(HOME_TARGETS) $(CONFIG_TARGETS) $(ZSH_TARGETS) $(SSH_TARGETS):
|
|||
$(LAZY_DIR):
|
||||
git clone --depth 1 $(LAZY_REPO) $@
|
||||
|
||||
$(POWERLEVEL_DIR): $(ZSH_DIR)
|
||||
$(POWERLEVEL_DIR):
|
||||
git clone --depth 1 $(POWERLEVEL_REPO) $@
|
||||
|
||||
$(ZSH_SYNTAX_DIR): $(ZSH_DIR)
|
||||
$(ZSH_SYNTAX_DIR):
|
||||
git clone --depth 1 $(ZSH_SYNTAX_REPO) $@
|
||||
|
||||
$(TPM_DIR):
|
||||
|
|
Loading…
Reference in a new issue