Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Completion fails to search in $PATH
- X-seq: zsh-users 2277
- From: Kevin Sullivan <kevins@xxxxxxxxxxxx>
- To: siruguri@xxxxxxxxxxx
- Subject: Re: Completion fails to search in $PATH
- Date: Thu, 1 Apr 1999 14:39:19 -0500 (EST)
- Cc: zsh-users@xxxxxxxxxxxxxx
- In-reply-to: <19990401132851.A16009@xxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <19990401132851.A16009@xxxxxxxxxxxxxxxxx>
Sameer Siruguri writes:
> Hi.
>
> When I create a new executable in some directory that is in my $PATH,
> completion fails to add that to the list when I press TAB. The new executable
> is added only after I restart zsh. It seems that zsh is caching the completion
> list and doesn't re-read the cache very often.
>
> Is there some way I can get zsh to refresh the completion list after I have
> made a change to it?
>
> Thanks. Sameer.
> --
> Sameer Siruguri Graduate student, CS, Rice University
> siruguri@xxxxxxxxxxx 713 630 9243 www.cs.rice.edu/~siruguri
>
>
When you add a new entry into your path you can refresh the cache with
the builtin command 'rehash'. After that <TAB> should find your new
command(s).
-Kevin Sullivan
Messages sorted by:
Reverse Date,
Date,
Thread,
Author