Skip to content

Commit 8003d0c

Browse files
committed
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.
1 parent 7222fe5 commit 8003d0c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/git/init.zsh

+3
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,8 @@ fi
1313
# Load dependencies.
1414
pmodload 'helper'
1515

16+
# Load 'run-help' function.
17+
autoload -Uz run-help-git
18+
1619
# Source module files.
1720
source "${0:h}/alias.zsh"

0 commit comments

Comments
 (0)