Added git branch auto complete helper
parent
363939eae9
commit
7e186ca9e1
|
|
@ -11,6 +11,11 @@ case $OSTYPE in
|
||||||
;;
|
;;
|
||||||
esac
|
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
|
# Only set $BASH_IT if it's not already set
|
||||||
if [ -z "$BASH_IT" ];
|
if [ -z "$BASH_IT" ];
|
||||||
then
|
then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue