freebsd-ports/shells/zsh/pkg-descr
Sunpoet Po-Chuan Hsieh 7e6ea4bcad Update MASTER_SITES and WWW
Approved by:	portmgr (blanket)
2019-01-27 19:58:26 +00:00

16 lines
487 B
Plaintext

Zsh is the Swiss Army knife of shells. It combines the most popular
features of every other shell, and then lets you customize every
inch of it. Users of bourne-style and C-style shells will feel at
home in it.
Zsh does intelligent completion, spell-checking, has a rich syntax
for precise globbing, and is fully extensible through plugin
systems.
To fire up the zsh completion system, type the following commands:
$ autoload -U compinstall
$ compinstall
WWW: https://www.zsh.org/