Merge branch 'master' of git.jpatrick.io:james/dotfiles
This commit is contained in:
commit
5692407ba3
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user