zshlibs/tools/zshlibs_start

11 lines
192 B
Plaintext
Raw Normal View History

2024-01-18 15:21:01 +00:00
function zshlibs_start()
{
zshlibs_boot
zshlibs_update
zconfig_boot
global_boot
zssh_boot
zshlibs_log zbootstrap "zshlibs booted up
==========================================="
}