From c214b86e9456b2e5eda47bc7710ced0c455df70e Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 8 Jan 2012 16:02:54 +0000 Subject: 30101: add HASH_EXECUTABLES_ONLY option --- Doc/Zsh/options.yo | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'Doc') diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index 4bf55fa0c..dd237c0ef 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -1155,6 +1155,20 @@ Whenever a command name is hashed, hash the directory containing it, as well as all directories that occur earlier in the path. Has no effect if neither tt(HASH_CMDS) nor tt(CORRECT) is set. ) +pindex(HASH_EXECUTABLES_ONLY) +pindex(NO_HASH_EXECUTABLES_ONLY) +pindex(HASHEXECUTABLESONLY) +pindex(NOHASHEXECUTABLESONLY) +cindex(hashing, of executables) +cindex(executables, hashing) +item(tt(HASH_EXECUTABLES_ONLY))( +When hashing commands because of tt(HASH_COMMANDS), check that the +file to be hashed is actually an executable. This option +is unset by default as if the path contains a large number of commands, +or consists of many remote files, the additional tests can take +a long time. Trial and error is needed to show if this option is +beneficial. +) pindex(MAIL_WARNING) pindex(NO_MAIL_WARNING) pindex(MAILWARNING) -- cgit 1.4.1