zshlibs/tools.zsh

7 lines
166 B
Bash
Raw Normal View History

2024-01-18 15:29:40 +00:00
autoload zshlibs_boot zshlibs_log zshlibs_ensure zshlibs_fpath_add \
zshlibs_path_add zshlibs_start zshlibs_update
2024-01-18 15:21:01 +00:00
function zbootstrap()
{
zshlibs_start
}