Updated doom refresh -> doom sync

This commit is contained in:
James Patrick 2020-06-01 10:40:28 -04:00
parent 7fb2391322
commit 125a7f55e7

View File

@ -37,8 +37,8 @@ update:
if [ -e $(EMACSD)/bin/doom ] ; then if [ -e $(EMACSD)/bin/doom ] ; then
~/.emacs.d/bin/doom --yes purge \ ~/.emacs.d/bin/doom --yes purge \
; $(report) "doom purge" ; $(report) "doom purge"
~/.emacs.d/bin/doom --yes refresh \ ~/.emacs.d/bin/doom --yes sync \
; $(report) "doom refresh" ; $(report) "doom sync"
else else
$(report) debug "doom not setup, so not updating." $(report) debug "doom not setup, so not updating."
fi fi