꧁岡
Size: a a a
꧁岡
꧁岡
аᶘ
꧁岡
꧁岡
аᶘ
꧁岡
꧁岡
аᶘ
꧁岡
꧁岡
VP
AUTOLOADING FUNCTIONS
A function can be marked as undefined using the autoload builtin (or `functions -u' or `typeset -fu').
Such a function has no body. When the function is first executed, the shell searches for its defini‐
tion using the elements of the fpath variable. Thus to define functions for autoloading, a typical
sequence is:
fpath=(~/myfuncs $fpath)
autoload myfunc1 myfunc2 ...
The usual alias expansion during reading will be suppressed if the autoload builtin or its equivalent
is given the option -U. This is recommended for the use of functions supplied with the zsh distribu‐
tion. Note that for functions precompiled with the zcompile builtin command the flag -U must be pro‐
vided when the .zwc file is created, as the corresponding information is compiled into the latter.
VP
️
AUTOLOADING FUNCTIONS
A function can be marked as undefined using the autoload builtin (or `functions -u' or `typeset -fu').
Such a function has no body. When the function is first executed, the shell searches for its defini‐
tion using the elements of the fpath variable. Thus to define functions for autoloading, a typical
sequence is:
fpath=(~/myfuncs $fpath)
autoload myfunc1 myfunc2 ...
The usual alias expansion during reading will be suppressed if the autoload builtin or its equivalent
is given the option -U. This is recommended for the use of functions supplied with the zsh distribu‐
tion. Note that for functions precompiled with the zcompile builtin command the flag -U must be pro‐
vided when the .zwc file is created, as the corresponding information is compiled into the latter.
️
AUTOLOADING FUNCTIONS
A function can be marked as undefined using the autoload builtin (or `functions -u' or `typeset -fu').
Such a function has no body. When the function is first executed, the shell searches for its defini‐
tion using the elements of the fpath variable. Thus to define functions for autoloading, a typical
sequence is:
fpath=(~/myfuncs $fpath)
autoload myfunc1 myfunc2 ...
The usual alias expansion during reading will be suppressed if the autoload builtin or its equivalent
is given the option -U. This is recommended for the use of functions supplied with the zsh distribu‐
tion. Note that for functions precompiled with the zcompile builtin command the flag -U must be pro‐
vided when the .zwc file is created, as the corresponding information is compiled into the latter.
꧁岡
꧁岡
VP