zsh-users
 help / color / mirror / code / Atom feed
* Activating the completion functions for the various Unix commands.
@ 2003-10-21  0:35 Thomas L. Bevan
  2003-10-21  4:48 ` James Andrewartha
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas L. Bevan @ 2003-10-21  0:35 UTC (permalink / raw)
  To: zsh-users

Hi,

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?

Tom


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Activating the completion functions for the various Unix commands.
  2003-10-21  0:35 Activating the completion functions for the various Unix commands Thomas L. Bevan
@ 2003-10-21  4:48 ` James Andrewartha
  0 siblings, 0 replies; 2+ messages in thread
From: James Andrewartha @ 2003-10-21  4:48 UTC (permalink / raw)
  To: Thomas L. Bevan; +Cc: zsh-users

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-10-21  4:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-21  0:35 Activating the completion functions for the various Unix commands Thomas L. Bevan
2003-10-21  4:48 ` James Andrewartha

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).