From 8003d0c6d8902b9b20e470722dfc44986e5d4361 Mon Sep 17 00:00:00 2001 From: Indrajit Raychaudhuri Date: Thu, 29 Apr 2021 17:46:50 -0500 Subject: [PATCH] git: Autoload helper functions for 'run-help' Now that, prezto is configured to lookup more specific 'run-help' function, autoload the known one for git. --- modules/git/init.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/git/init.zsh b/modules/git/init.zsh index ba54082..ac7ef75 100644 --- a/modules/git/init.zsh +++ b/modules/git/init.zsh @@ -13,5 +13,8 @@ fi # Load dependencies. pmodload 'helper' +# Load 'run-help' function. +autoload -Uz run-help-git + # Source module files. source "${0:h}/alias.zsh"