Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: ZSH - tab-completion of $PATH won't work with /./ or /../ in it
- X-seq: zsh-workers 37361
- From: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: ZSH - tab-completion of $PATH won't work with /./ or /../ in it
- Date: Wed, 09 Dec 2015 11:50:58 +0000
- In-reply-to: <CAH+w=7bGy1aJ5m+1rzJmNtUvGAsbsie-svR-rujzEpvAmwEC5Q@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- Organization: Samsung Cambridge Solution Centre
- References: <CAKKoV8-uEhgRxL_9byx+7OHzgTiqYTT5LSyGmcAZowR4GeJFZA@mail.gmail.com> <CAH+w=7bGy1aJ5m+1rzJmNtUvGAsbsie-svR-rujzEpvAmwEC5Q@mail.gmail.com>
On Tue, 08 Dec 2015 22:22:36 -0800
Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> The command hash table has NEVER included commands that appear along
> any relative path.
...and actually, this can't be the problem. The path isn't relative, it
just a ".." or "." in it(e.g. /Users/jpolansky/./test), and this usually
works...
$path contains just normal path:
% which config.status
config.status not found
$path also contains /export/home/pws/src/zsh-git/code/Src/..:
% which config.status
/export/home/pws/src/zsh-git/code/Src/..
and config.status is completed.
Same with
/export/home/pws/src/zsh-git/code/./
So something else is going on.
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author