Corrected ZPLUG_HOME to ZPLUG_DIR

This commit is contained in:
James Patrick 2019-05-02 22:16:58 -04:00
parent a5c6341133
commit 0082c0b72a

View File

@ -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