@ -64,9 +64,6 @@
# 'rprompt' ''
#
# Load dependencies.
pmodload 'helper'
# Gets the Git special action (am, bisect, cherry, merge, rebase).
# Borrowed from vcs_info and edited.
function _git-action {
@ -10,6 +10,9 @@ if (( ! $+commands[git] )); then
return 1
fi
# Source module files.
source "${0:h}/alias.zsh"