zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-users@zsh.org
Subject: Re: Path does not update until I logout/log in
Date: Tue, 04 Dec 2012 08:25:25 -0800	[thread overview]
Message-ID: <121204082525.ZM22170@torch.brasslantern.com> (raw)
In-Reply-To: <50BE1828.4060302@cs.dal.ca>

On Dec 4, 11:35am, Norbert Zeh wrote:
}
} zsh uses a hash table to store the list of known commands.  When you 
} install a new command in your path, you need to update this hashtable by 
} invoking "rehash".  This is similar to csh, I believe (been a while 
} since I used this last).  bash, on the other hand, does a search for 
} valid commands every single time.  zsh provides this possibility, too, 
} by setting the "rehash" option, but this is disabled by default because 
} it incurs a speed penalty.

Just to clarify, "rehash" is a zstyle (manual section for Completion
System Configuration), not an option.

The manual probably ought to have an example of how to set this.  It may
never make sense to use a context other than ":completion:*", but I'm not
sure.


  reply	other threads:[~2012-12-04 16:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-04 14:33 John
2012-12-04 15:35 ` Norbert Zeh
2012-12-04 16:25   ` Bart Schaefer [this message]
2012-12-04 15:38 ` Guillaume Brunerie
     [not found] ` <20121204153753.GG19774@Hailey>
2012-12-04 18:27   ` John
2012-12-04 20:10     ` Bart Schaefer
2012-12-05  0:37       ` John

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=121204082525.ZM22170@torch.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).