We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7222fe5 commit 8003d0cCopy full SHA for 8003d0c
modules/git/init.zsh
@@ -13,5 +13,8 @@ fi
13
# Load dependencies.
14
pmodload 'helper'
15
16
+# Load 'run-help' function.
17
+autoload -Uz run-help-git
18
+
19
# Source module files.
20
source "${0:h}/alias.zsh"
0 commit comments