From 40bdb20c6cb69e1e74e785994dcc6d5a6ecc3bc3 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 21 Feb 2023 07:36:48 +0000 Subject: [PATCH] Fix dependencies causing zsh plugins to incorrectly request updating --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 89a252cb..520fe415 100644 --- a/Makefile +++ b/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):