small fixes
This commit is contained in:
parent
fe9c357cd9
commit
5e59a95b26
@ -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()
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user