mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
7e1e3c5d9a
Contributor, knu-san, thank you! And we need more and more compdefs! :)
15 lines
564 B
Plaintext
15 lines
564 B
Plaintext
Zsh is a UNIX command interpreter (shell) which of the standard shells
|
|
most resembles the Korn shell (ksh), although it is not completely
|
|
compatible. It includes enhancements of many types, notably in the
|
|
command-line editor, options for customising its behaviour, filename
|
|
globbing, features to make C-shell (csh) users feel more at home and
|
|
extra features drawn from tcsh (another `custom' shell).
|
|
|
|
If you want to use zsh completion system, you should type the following
|
|
commands:
|
|
|
|
$ autoload -U compinstall
|
|
$ compinstall
|
|
|
|
See also zshcompsys(1) manpages. :)
|