From e43a5fc8ea0725501c6d743df4432cd8879d943b Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 6 Mar 2006 11:36:02 +0000 Subject: users/1097: rehash style for external commands --- Completion/Zsh/Type/_command_names | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Completion/Zsh/Type') diff --git a/Completion/Zsh/Type/_command_names b/Completion/Zsh/Type/_command_names index f2b51713c..85ca3b912 100644 --- a/Completion/Zsh/Type/_command_names +++ b/Completion/Zsh/Type/_command_names @@ -6,6 +6,8 @@ local args defs +zstyle -t ":completion:${curcontext}:commands" rehash && rehash + defs=( 'commands:external command:compadd -k commands' ) -- cgit 1.4.1