mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
2ba985fe5b
adding the following yum commands: * update-to (just what update expands) * upgrade-to (just what update expands) * history (the actual tricky one) * help (printing the available commands) * load-transaction (_files) * load-ts (_files) * check (just what the man page suggested) * reinstall (just what erase does - suggest installed packages) * downgrade (just what erase does - suggest installed packages) * repolist (just what the man page suggested) * distribution-synchronization (just what erase does - suggest installed packages) * distro-sync (just what erase does - suggest installed packages) A few history commands don't get expanded. Taken from the man page of yum 3.2.29. Reindented file. |
||
---|---|---|
.. | ||
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').