7 lines
166 B
Bash
7 lines
166 B
Bash
autoload zshlibs_boot zshlibs_log zshlibs_ensure zshlibs_fpath_add \
|
|
zshlibs_path_add zshlibs_start zshlibs_update
|
|
function zbootstrap()
|
|
{
|
|
zshlibs_start
|
|
}
|