diff --git a/.bashrc.d/dotfiles_command.sh b/.bashrc.d/dotfiles_command.sh index 21fcd78..c29caf1 100644 --- a/.bashrc.d/dotfiles_command.sh +++ b/.bashrc.d/dotfiles_command.sh @@ -16,6 +16,7 @@ fi possible_locations=( "/usr/share/doc/git/contrib/completion/git-completion.bash" "/usr/share/git/completion/git-completion.bash" + "/usr/share/bash-completion/completions/git" ) for completion_file in "${possible_locations[@]}"