fix: add break after omz

This commit is contained in:
Price Hiller 2022-07-30 23:43:48 -05:00
parent 9100b548fa
commit 55fcffc622

View File

@ -251,6 +251,7 @@ main() {
log "info" "Install ${GREEN}Oh My ZSH${RESET_BOLD}"
install-omz "${DEPS_PATH}"
log "info" "Finished installing ${GREEN}Oh My ZSH${RESET_BOLD}"
print-break
log "info" "Installing ${GREEN}ZSH${RESET_BOLD}"
if ! command -v "zsh" >/dev/null; then