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.
This commit is contained in:
Indrajit Raychaudhuri 2021-04-29 17:46:50 -05:00
parent d63abe0436
commit 124dc96754

View file

@ -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"