This repository has been archived on 2020-09-21. You can view files and clone it, but cannot push or open issues or pull requests.
zim/modules/git/init.zsh

10 lines
109 B
Bash
Raw Normal View History

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