6 lines
120 B
Bash
6 lines
120 B
Bash
completion=/usr/local/etc/bash_completion.d/git-completion.bash
|
|
|
|
if test -f $completion; then
|
|
source $completion
|
|
fi
|