From 7e186ca9e1acf22ab1c95c0b101ae2b610a20824 Mon Sep 17 00:00:00 2001 From: Jim Whimpey Date: Fri, 24 Jun 2016 13:56:37 -0700 Subject: [PATCH] Added git branch auto complete helper --- bash_it.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bash_it.sh b/bash_it.sh index 21445034..a46b2a34 100755 --- a/bash_it.sh +++ b/bash_it.sh @@ -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