mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 10:01:11 +02:00
We cannot use the --no-motd option because it inhibits the modules listing. We cannot look for a blank line because there will not be a blank line if the "motd file" does not end with a newline. Looking for tabs is an improvement. Any tabs in the motd will still cause extraneous matches, but there's nothing we can do about that. While here, show the modules in the order listed. |
||
---|---|---|
.. | ||
AIX | ||
Base | ||
BSD | ||
Cygwin/Command | ||
Darwin | ||
Debian | ||
Linux | ||
Mandriva | ||
openSUSE/Command | ||
Redhat | ||
Solaris | ||
Unix | ||
X | ||
Zsh | ||
.cvsignore | ||
.distfiles | ||
bashcompinit | ||
compaudit | ||
compdump | ||
compinit | ||
compinstall | ||
README |
The subdirectories contain code for a shell-based system of command-line completion. This is considerably more powerful than the old `compctl' method. For details, see the compsys(1) manual page (`man zshcompsys').