public
Description: A customized bash environment suitable for git work.
Homepage:
Clone URL: git://github.com/rtomayko/git-sh.git
Daenyth (author)
Sun May 17 20:02:25 -0700 2009
rtomayko (committer)
Mon May 18 01:18:14 -0700 2009
commit  5845443ab50a29a8ef895947d5fea89a25b77480
tree    f4adac4eb2fd86158bf5f97b6c1b794c05ab260e
parent  bd1386bf4cee0cdc9034f2e0429204b4c9b77513
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