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 Feb 22, 2021
1 parent 10783ec commit af13b9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ if ENV["HOMEBREW_PROFILE"] == "work"
brew "cowbell/stuff/rea-as"
# Making SLiPs easy to use
brew "cowbell/stuff/rea-slip-utils"
# Add GitHub support to git on the command-line
brew "hub"
# Build tool for Scala projects
brew "sbt"

Expand Down
1 change: 1 addition & 0 deletions 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 af13b9c

Please sign in to comment.