Fixed constant for zplug dir

This commit is contained in:
James Patrick 2019-05-02 21:43:05 -04:00
parent 51b9582399
commit 8a6625ce23

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_HOME) \
; $(report) "zplug installed"
endif
$(mk_link) $(SRC) ~/.zsh