freebsd-ports/shells/zsh/pkg-descr
Will Andrews 3a8f58edc3 Update to 4.0.2.
- Remove patches (merged into distribution).
	- Add zsh-doc distribution.
	- Remove USE_AUTOCONF.
	- Remove extraneous shells.bak after /etc/shells update.
	- Adjust to slide .info under NOPORTDOCS and such.
	- Spelling fix in descr.

Thanks to Pete for his work.

PR:		28657
Submitted by:	Pete Fritchman <petef@databits.net>
2001-07-03 04:47:28 +00:00

17 lines
589 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) manpage. :)
WWW: http://www.zsh.org/