From f8ec58d8c7b84e743765a4899d8b814c2f725076 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gregor=20B=C3=BCckendorf?= Date: Sat, 18 May 2019 00:02:21 +0200 Subject: [PATCH] dotfiles_command.bashrc: Added git bash-completion location for Ubuntu/WSL --- .bashrc.d/dotfiles_command.sh | 1 + 1 file changed, 1 insertion(+) 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[@]}"