facf0c92e0
Red Bear OS is a full fork. All sources must be available from git clone with zero network access. Removed gitignore rules that excluded fetched source trees under recipes/*/source/, local/recipes/kde/*/source/, local/recipes/qt/*/source/, and vendor source trees. Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded. 127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt frameworks, mesa, wayland, DRM drivers, and every other recipe source.
17 lines
609 B
Plaintext
17 lines
609 B
Plaintext
texinode(Zsh Modules)(Calendar Function System)(Completion Using compctl)(Top)
|
|
chapter(Zsh Modules)
|
|
cindex(modules)
|
|
sect(Description)
|
|
Some optional parts of zsh are in modules, separate from the core
|
|
of the shell. Each of these modules may be linked in to the
|
|
shell at build time,
|
|
or can be dynamically linked while the shell is running
|
|
if the installation supports this feature.
|
|
Modules are linked at runtime with the tt(zmodload) command,
|
|
see ifzman(zmanref(zshbuiltins))\
|
|
ifnzman(noderef(Shell Builtin Commands)).
|
|
|
|
The modules that are bundled with the zsh distribution are:
|
|
|
|
includefile(Zsh/modlist.yo)
|