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