From 8a6625ce23bd82fd3bbcd2a6616f0b9b1f258fe4 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Thu, 2 May 2019 21:43:05 -0400 Subject: [PATCH] Fixed constant for zplug dir --- zsh/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/makefile b/zsh/makefile index 98a51fd..dc3d765 100644 --- a/zsh/makefile +++ b/zsh/makefile @@ -10,7 +10,7 @@ init: $(info => Setting up zsh) ifeq ($(shell [ ! -e $(ZPLUG_DIR) ] $(return_val_truthy) ), true) export ZPLUG_HOME=$(ZPLUG_DIR) \ - ; git clone https://github.com/zplug/zplug $ZPLUG_HOME \ + ; git clone https://github.com/zplug/zplug $(ZPLUG_HOME) \ ; $(report) "zplug installed" endif $(mk_link) $(SRC) ~/.zsh