Zsh: Print a message when installing plugins
This commit is contained in:
parent
0e381b7371
commit
7e5f7f58e7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user