From 084bf17c4bc28a2a651c69fdc9a5bdd6473c3b04 Mon Sep 17 00:00:00 2001 From: Charles Blake Date: Sat, 16 Mar 2019 16:01:57 -0400 Subject: 44132: don't hash commands beginning with / --- Doc/Zsh/builtins.yo | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Doc') diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index cc9832379..a926395ad 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -988,6 +988,10 @@ The choice of hash table to work on is determined by the tt(-d) option; without the option the command hash table is used, and with the option the named directory hash table is used. +Command paths starting with a tt(/) are never hashed, whether by explicit +use of the tt(hash) command or otherwise, but are always found +by direct look up in the file system. + Given no arguments, and neither the tt(-r) or tt(-f) options, the selected hash table will be listed in full. -- cgit 1.4.1