zimfw/modules/git/init.zsh

10 lines
107 B
Bash
Raw Normal View History

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