Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: _command_names and path
- X-seq: zsh-workers 16484
- From: Sven Wischnowsky <wischnow@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: _command_names and path
- Date: Tue, 22 Jan 2002 11:48:15 +0100
- In-reply-to: <20020121172829.GB6491@xxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20020121172829.GB6491@xxxxxxxx>
Clint Adams wrote:
> _command_names will complete executable files in the current
> directory even if "." isn't in the path. What's the best way to
> avoid this?
Probably changing _command_names to use `_files -P/ -W/ ...' if `.' is
not in $path.
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author