git workflow tools

This commit is contained in:
Haak Saxberg 2014-06-26 00:12:52 -07:00
parent 0eb01fd8ba
commit 99a1b2bb39
6 changed files with 150 additions and 3 deletions

View file

@ -84,7 +84,7 @@ alias kp="ps auxwww"
# general path munging
PATH=~/pg/yelp-main/tools:$PATH
PATH=~/local/bin:$PATH
PATH=~/local/bin:~/dotfiles/bin:$PATH
if [ -f /opt/local/etc/bash_completion.d/git ]; then
source /opt/local/etc/bash_completion.d/git