auto update

This commit is contained in:
accel 2021-12-20 17:20:33 +03:00
parent df30c85bc8
commit a1969e2578

View File

@ -23,7 +23,7 @@ function zlibs_update()
zbootstrap_message zlibs_update "cd into '$zshlibs_install' …"
pushd $zshlibs_install
zbootstrap_message zlibs_update "git pull …"
git pull
git pull &
zbootstrap_message zlibs_update "update done"
popd
else
@ -172,5 +172,6 @@ function zbootstrap ()
zshlibs_boot
zbootstrap_noninteractive
zconfig_checkload ${globaldots_path}/config/zsh/global.style.zsh
zshlibs_update
zbootstrap_message zbootstrap "done loading interactive config"
}