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