1
0
Fork 0

Zsh: Print a message when installing plugins

This commit is contained in:
tastytea 2022-03-23 02:42:10 +01:00
parent 0e381b7371
commit 7e5f7f58e7
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 0 deletions

View File

@ -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) <<EOF > ${ZSH_PLUGIN_SOURCE}
# robbyrussell/oh-my-zsh path:lib