pkg-descr 460 B

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