From 0082c0b72aa0e3e4d556896d153fa6e17cf9af73 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Thu, 2 May 2019 22:16:58 -0400 Subject: [PATCH] Corrected ZPLUG_HOME to ZPLUG_DIR --- zsh/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/makefile b/zsh/makefile index dc3d765..976068d 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_DIR) \ ; $(report) "zplug installed" endif $(mk_link) $(SRC) ~/.zsh