zim/modules/git/init.zsh

10 lines
109 B
Bash
Raw Normal View History

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