Fixed constant for zplug dir
This commit is contained in:
parent
51b9582399
commit
8a6625ce23
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user