10 lines
177 B
Plaintext
10 lines
177 B
Plaintext
function zshlibs_start()
|
|
{
|
|
zshlibs_boot
|
|
zconfig_boot
|
|
global_boot
|
|
# zssh_boot
|
|
zshlibs_log zbootstrap "zshlibs booted up
|
|
==========================================="
|
|
}
|