1
0
Fork 0
mirror of synced 2024-06-18 06:41:08 -04:00
zimfw/modules/git/init.zsh
2015-12-15 00:12:17 -05:00

10 lines
107 B
Bash

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