Skip to content

Commit 620e32a

Browse files
committed
[GIT] Fix bash completions
Hub break git completions, see mislav/hub#2684
1 parent 4531c96 commit 620e32a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bash/.bashrc.d/completion.bash

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Bash completion.
2+
23
# shellcheck source=/dev/null
34
[[ -r "$(brew --prefix)/etc/profile.d/bash_completion.sh" ]] && . "$(brew --prefix)/etc/profile.d/bash_completion.sh"

0 commit comments

Comments
 (0)