From c4164786b4dc4ab9a36771436fe877b37040ca6c Mon Sep 17 00:00:00 2001 From: James Patrick Date: Fri, 20 Dec 2019 10:14:15 -0500 Subject: [PATCH] Zplug can now install it self better. --- zsh/makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/makefile b/zsh/makefile index a3582e4..796ea1e 100644 --- a/zsh/makefile +++ b/zsh/makefile @@ -11,6 +11,7 @@ init: ifeq ($(shell [ ! -e $(ZPLUG_DIR) ] $(return_val_truthy) ), true) export ZPLUG_HOME=$(ZPLUG_DIR) \ ; git clone https://github.com/zplug/zplug $(ZPLUG_DIR) \ + ; source ~/.zplug/init.zsh && zplug update --self \ ; $(report) "zplug installed" endif $(mk_link) $(SRC) ~/.zsh