add global to boot
This commit is contained in:
parent
040aa090d8
commit
a912b4a00a
@ -40,6 +40,7 @@ function global_set_useropts()
|
|||||||
|
|
||||||
function global_configure()
|
function global_configure()
|
||||||
{
|
{
|
||||||
|
typeset -a -g path_extra
|
||||||
}
|
}
|
||||||
|
|
||||||
function global_config_setup()
|
function global_config_setup()
|
||||||
@ -51,6 +52,12 @@ function global_config_setup()
|
|||||||
zshlibs_log global "done loading noninteractive config"
|
zshlibs_log global "done loading noninteractive config"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function global_boot()
|
||||||
|
{
|
||||||
|
global_configure
|
||||||
|
global_config_setup
|
||||||
|
}
|
||||||
|
|
||||||
## normal functions
|
## normal functions
|
||||||
|
|
||||||
|
|
||||||
|
@ -98,6 +98,7 @@ function zshlibs_start()
|
|||||||
zshlibs_boot
|
zshlibs_boot
|
||||||
zshlibs_update
|
zshlibs_update
|
||||||
zconfig_boot
|
zconfig_boot
|
||||||
|
global_boot
|
||||||
zssh_boot
|
zssh_boot
|
||||||
zshlibs_log zbootstrap "zshlibs booted up
|
zshlibs_log zbootstrap "zshlibs booted up
|
||||||
==========================================="
|
==========================================="
|
||||||
|
Loading…
Reference in New Issue
Block a user