diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2006-03-06 11:36:02 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-03-06 11:36:02 +0000 |
commit | e43a5fc8ea0725501c6d743df4432cd8879d943b (patch) | |
tree | 24583436b3b3ecd09d4955c8dd08d0a62907156c /Doc/Zsh | |
parent | 4065dd5258d64f2f450a73c80cf2a394d56251da (diff) | |
download | zsh-e43a5fc8ea0725501c6d743df4432cd8879d943b.tar.gz zsh-e43a5fc8ea0725501c6d743df4432cd8879d943b.tar.xz zsh-e43a5fc8ea0725501c6d743df4432cd8879d943b.zip |
users/1097: rehash style for external commands
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/compsys.yo | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 2c1929261..11c50cf61 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -2101,6 +2101,14 @@ expanded but only in command position. If it is set to `tt(false)', regular aliases will never be expanded. If it is set to `tt(always)', regular aliases will be expanded even if not in command position. ) +kindex(rehash, completion style) +item(tt(rehash))( +If this is set when completing external commands, the internal +list (hash) of commands will be updated for each search by issuing +the tt(rehash) command. There is a speed penalty for this which +is only likely to be noticeable when directories in the path have +slow file access. +) kindex(remote-access, completion style) item(tt(remote-access))( If set to tt(false), certain commands will be prevented from making |