From 7e5f7f58e7f09c340a7dad6bbc6395dea57fbad6 Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 23 Mar 2022 02:42:10 +0100 Subject: [PATCH] Zsh: Print a message when installing plugins --- .config/zsh/.zprofile | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index a023e08..1452382 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -60,6 +60,7 @@ if command -v antibody > /dev/null; then && touch ${ZSH_PLUGIN_SOURCE} fi else + print "\e[3;95mInstalling plugins…\e[0m" mkdir -p ${plugin_cache_dir} antibody bundle --parallelism=$(nproc --ignore=1) < ${ZSH_PLUGIN_SOURCE} # robbyrussell/oh-my-zsh path:lib