dotfiles_command.bashrc: Added git bash-completion location for Ubuntu/WSL
This commit is contained in:
parent
1f63e97472
commit
f8ec58d8c7
1 changed files with 1 additions and 0 deletions
|
@ -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[@]}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue