zimfw/modules/git/init.zsh

10 lines
107 B
Bash

#
# git aliases and functions
#
if (( ! $+commands[git] )); then
return 1
fi
source "${0:h}/alias.zsh"