From af13b9c6a2ed5a17e272e50d0d3139d0109ff69f Mon Sep 17 00:00:00 2001 From: Dylan Pinn <dylan.pinn@rea-group.com> Date: Fri, 29 Jan 2021 10:51:39 +1100 Subject: [PATCH] [GIT] Fix bash completions Hub break git completions, see https://github.com/github/hub/issues/2684 --- Brewfile | 2 -- bashrc.d/completion.bash | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Brewfile b/Brewfile index b07103a65..05f65fcf2 100644 --- a/Brewfile +++ b/Brewfile @@ -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" diff --git a/bashrc.d/completion.bash b/bashrc.d/completion.bash index 907574941..0f1c223a7 100644 --- a/bashrc.d/completion.bash +++ b/bashrc.d/completion.bash @@ -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"