From f0634f677d97b9488aeccafad99e3d700a7fdfc6 Mon Sep 17 00:00:00 2001 From: Dylan Pinn 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 --- bash/.bashrc.d/completion.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/.bashrc.d/completion.bash b/bash/.bashrc.d/completion.bash index 907574941..0f1c223a7 100644 --- a/bash/.bashrc.d/completion.bash +++ b/bash/.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"