1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-20 19:05:11 +02:00
zsh/Doc/Zsh/modules.yo

17 lines
609 B
Plaintext
Raw Normal View History

texinode(Zsh Modules)(Calendar Function System)(Completion Using compctl)(Top)
1999-04-15 20:05:35 +02:00
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:
1999-04-15 20:05:35 +02:00
2000-04-01 22:43:43 +02:00
includefile(Zsh/modlist.yo)