diff --git a/zsh/makefile b/zsh/makefile index 203bd2b..62b4bdb 100644 --- a/zsh/makefile +++ b/zsh/makefile @@ -35,14 +35,13 @@ update: source $(ZPLUG_DIR)/init.zsh source $(ZSH_DIR)/zplug export zplugs - zplug install \ - ; $(report) "zplug install" + zplug install zplug update \ ; $(report) "zplug upate" zplug clean \ ; $(report) "zplug cleaned" else - $(report) error "$(ZPLUG_DIR) doesn't exist... maybe run init first?" + $(report) error "$(ZPLUG_DIR) doesn't exist - run init first." fi remove: