We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1cb71b3 + 63036bb commit accc928Copy full SHA for accc928
bashrc
@@ -17,6 +17,11 @@ if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
17
fi
18
19
# 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:
25
if [ -f /usr/local/git/contrib/completion/git-prompt.sh ]; then
26
. /usr/local/git/contrib/completion/git-prompt.sh
27
0 commit comments