Load dependencies in Git init
This commit is contained in:
parent
eb93677e4a
commit
b0a71cae3c
|
@ -64,9 +64,6 @@
|
||||||
# 'rprompt' ''
|
# 'rprompt' ''
|
||||||
#
|
#
|
||||||
|
|
||||||
# Load dependencies.
|
|
||||||
pmodload 'helper'
|
|
||||||
|
|
||||||
# Gets the Git special action (am, bisect, cherry, merge, rebase).
|
# Gets the Git special action (am, bisect, cherry, merge, rebase).
|
||||||
# Borrowed from vcs_info and edited.
|
# Borrowed from vcs_info and edited.
|
||||||
function _git-action {
|
function _git-action {
|
||||||
|
|
|
@ -10,6 +10,9 @@ if (( ! $+commands[git] )); then
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Load dependencies.
|
||||||
|
pmodload 'helper'
|
||||||
|
|
||||||
# Source module files.
|
# Source module files.
|
||||||
source "${0:h}/alias.zsh"
|
source "${0:h}/alias.zsh"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue