Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: more wishes with automounter
- X-seq: zsh-workers 12794
- From: Peter Stephenson <pws@xxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx (Zsh hackers list)
- Subject: Re: more wishes with automounter
- Date: Mon, 11 Sep 2000 19:16:39 +0100
- In-reply-to: "Your message of Mon, 11 Sep 2000 19:33:35 +0200." <mvb66o27s0g.fsf@xxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
> [*] another wish would be that Zsh complete those invisible
> directories; or more generaly: give the user the possiblity
> to add "virtual files" (anywhere he want), that Zsh would
> use for completion.
You need to use the fake style. Something like
zstyle ':completion:*:files' fake /var/autofs/nfs:stuff
except you have to work out what to put for `stuff'. The manual page
implies you can put more than one name there but doesn't say how to do it.
A couple of weeks ago somebody posted a trick for how to make completion
use anything you type at this point. Search for zstyle and fake.
--
Peter Stephenson <pws@xxxxxxx> Software Engineer
Cambridge Silicon Radio, Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK Tel: +44 (0)1223 392070
Messages sorted by:
Reverse Date,
Date,
Thread,
Author