Skip to content

Commit

Permalink
[GIT] Fix bash completions
Browse files Browse the repository at this point in the history
Hub break git completions, see mislav/hub#2684
  • Loading branch information
dylanpinn committed Aug 4, 2021
1 parent 7ca9176 commit 0bb481a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bash/.bashrc.d/completion.bash
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Bash completion.

# shellcheck source=/dev/null
[[ -r "$(brew --prefix)/etc/profile.d/bash_completion.sh" ]] && . "$(brew --prefix)/etc/profile.d/bash_completion.sh"

0 comments on commit 0bb481a

Please sign in to comment.