Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Activating the completion functions for the various Unix commands.
- X-seq: zsh-users 6721
- From: James Andrewartha <trs80@xxxxxxxxxxxxxxxxxxx>
- To: "Thomas L. Bevan" <thomas_bevan@xxxxxxxxxxx>
- Subject: Re: Activating the completion functions for the various Unix commands.
- Date: Tue, 21 Oct 2003 12:48:19 +0800 (WST)
- Cc: zsh-users@xxxxxxxxxx
- In-reply-to: <200310211035.14739.thomas_bevan@xxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <200310211035.14739.thomas_bevan@xxxxxxxxxxx>
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