mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 08:08:00 +00:00
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:
parent
7222fe5fd6
commit
8003d0c6d8
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user