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"