1
0
Fork 0
mirror of synced 2024-09-28 13:36:56 -04:00
zimfw/modules/git/init.zsh
2015-12-19 09:48:29 -05:00

9 lines
109 B
Bash

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