Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Path does not update until I logout/log in
- X-seq: zsh-users 17459
- From: John <da_audiophile@xxxxxxxxx>
- To: Daniel Wallace <daniel.wallace@xxxxxxxxxx>, "zsh-users@xxxxxxx" <zsh-users@xxxxxxx>
- Subject: Re: Path does not update until I logout/log in
- Date: Tue, 4 Dec 2012 10:27:28 -0800 (PST)
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1354645648; bh=ksbwiAxyP1g5c9ftBvCpa2f5ltHp+7euExFGDw3CrDU=; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=XfxOJlkAXDQUz5jw2P5G5an8KAira0PPeT4Z1JppPpNd9iBgm0GpvrcFBmHV4BZmKIpRfTpq77eaFVhi+vR9K+AFOnbbSwRQQkBRwWwDRoY9OM3lDBTNM0EM6KaV3YZHBUf8V+Jdl7vlyQP1H6uWXNqqDkwGqIq213s8p5xx3WU=
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=GN6XAd6gWzuvL3vJ9mz3zc7CWr/JPrDskHsIt7iNTOO/zstV+avOH73RRtpNfB0U8+kn2C8PQW5Y/riyDhk9bz0QlW8u6aRdhVMqv1N2Q+X0/tV1q58SLsOZVEaBTqOkOiJsAQRQTZNvrKTpMus+IlpcWVX5RLr4+Dip7xlhlNQ=;
- In-reply-to: <20121204153753.GG19774@Hailey>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <1354631592.83211.YahooMailNeo@web140005.mail.bf1.yahoo.com> <20121204153753.GG19774@Hailey>
- Reply-to: John <da_audiophile@xxxxxxxxx>
> You need to run rehash
>
> or use something like
> _force_rehash() {
> (( CURRENT == 1 )) && rehash
> return 1 # Because we didn't really complete anything
> }
> zstyle ':completion:::::' completer _force_rehash _complete _approximate
Thank you all for the replies and especially to Daniel for the above which is working for me.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author