small fixes

This commit is contained in:
accel 2022-01-11 20:06:09 +03:00
parent fe9c357cd9
commit 5e59a95b26
2 changed files with 4 additions and 1 deletions

View File

@ -90,9 +90,11 @@ function zshlibs_fpath_add()
function zshlibs_start()
{
zshlibs_boot
zshlibs_update
zconfig_boot
zssh_boot
zshlibs_update
zshlibs_log zbootstrap "zshlibs booted up
==========================================="
}
function zbootstrap()

View File

@ -15,6 +15,7 @@ function zconfig_checkload()
function zconfigs_load()
{
zshlibs_log zconfig "loading supplied config names"
for configfile in ${*}; do
zconfig_checkload $configfile
done