public
Description: A customized bash environment suitable for git work.
Homepage:
Clone URL: git://github.com/rtomayko/git-sh.git
git-sh / git-sh-config.bash
100644 9 lines (5 sloc) 0.208 kb
1
2
3
4
5
6
7
8
9
 
# CONFIG ==============================================================
 
# source the system-wide rc file
[ -r /etc/gitshrc ] && . /etc/gitshrc
 
# source the user's rc file
[ -r ~/.gitshrc ] && . ~/.gitshrc