diff --git a/.bash.d/git.sh b/.bash.d/git.sh index 0bd95dd0..e34684d6 100644 --- a/.bash.d/git.sh +++ b/.bash.d/git.sh @@ -55,6 +55,7 @@ install_git_completion(){ fi } +# shellcheck disable=SC1090 [ -f "$HOME/.git-completion.bash" ] && . "$HOME/.git-completion.bash" isGit(){