1995-02-12 17:31:45 +01:00
|
|
|
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).
|
2000-01-22 10:08:01 +01:00
|
|
|
|
2001-06-03 20:43:08 +02:00
|
|
|
If you want to use zsh completion system, you should type the following
|
|
|
|
commands:
|
|
|
|
|
|
|
|
$ autoload -U compinstall
|
|
|
|
$ compinstall
|
|
|
|
|
2001-07-03 06:47:28 +02:00
|
|
|
See also zshcompsys(1) manpage. :)
|
2001-06-03 20:43:08 +02:00
|
|
|
|
2000-01-22 10:08:01 +01:00
|
|
|
WWW: http://www.zsh.org/
|