Added git branch auto complete helper

pull/1544/head
Jim Whimpey 2016-06-24 13:56:37 -07:00
parent 363939eae9
commit 7e186ca9e1
1 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,11 @@ case $OSTYPE in
;;
esac
# Git auto completion
if [ -f ~/.bash_it/custom/git-completion.bash ]; then
. ~/.bash_it/custom/git-completion.bash
fi
# Only set $BASH_IT if it's not already set
if [ -z "$BASH_IT" ];
then