Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Activating the completion functions for the various Unix commands.



On Tue, 21 Oct 2003, Thomas L. Bevan wrote:

> As a new user, I've noticed that zsh bundles with a large number of functions
> that seem to allow flag completion for the common unix functions.
>
> How should I set up my .zshrc file so that I can take advantage of them?

The simple way (according to the zshcompsys man page) is:
autoload -U compinit
compinit

You can also run compinstall to install and customise zshcompsys to taste.

James Andrewartha



Messages sorted by: Reverse Date, Date, Thread, Author