Skip to content

Commit accc928

Browse files
committed
Merge branch 'master' of github.com:scheib/bash-config
2 parents 1cb71b3 + 63036bb commit accc928

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bashrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
1717
fi
1818

1919
# Mac git installation requires sourcing these:
20+
# After homebrew: "brew install git" as of 2016-01-15:
21+
if [ -f /usr/local/etc/bash_completion.d/git-prompt.sh ]; then
22+
. /usr/local/etc/bash_completion.d/git-prompt.sh
23+
fi
24+
# Pre El Capitan Mac:
2025
if [ -f /usr/local/git/contrib/completion/git-prompt.sh ]; then
2126
. /usr/local/git/contrib/completion/git-prompt.sh
2227
fi

0 commit comments

Comments
 (0)