From c41181d1c49012350a08253cf151cfbda0cf7f16 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Fri, 17 Jun 2022 12:41:07 -0700 Subject: [PATCH] zsh: add message about installing plugins --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index c5b5abd..019820d 100644 --- a/.zshrc +++ b/.zshrc @@ -15,7 +15,7 @@ ${SKIP_PLUGINS:-false} || { print -P "%F{33}▓▒░ %F{220}Installing %F{33}DHARMA%F{220} Initiative Plugin Manager (%F{33}zdharma-continuum/zinit%F{220})…%f" command mkdir -p "$ZINIT_HOME_DIR" && command chmod g-rwX "$ZINIT_HOME_DIR" command git clone https://github.com/zdharma-continuum/zinit "$ZINIT_HOME_DIR/bin" && \ - print -P "%F{33}▓▒░ %F{34}Installation successful.%f%b" || \ + print -P "%F{33}▓▒░ %F{34}Installation successful.%f%b\nPlease wait while plugins install." || \ print -P "%F{160}▓▒░ The clone has failed.%f%b" fi