bashrc.d: Added bash completion for MacOS stuff
This commit is contained in:
parent
89fd8ccd77
commit
536deb63b6
2 changed files with 11 additions and 0 deletions
|
@ -17,6 +17,7 @@ possible_locations=(
|
|||
"/usr/share/doc/git/contrib/completion/git-completion.bash"
|
||||
"/usr/share/git/completion/git-completion.bash"
|
||||
"/usr/share/bash-completion/completions/git"
|
||||
"/usr/local/etc/bash_completion.d/git-completion.bash"
|
||||
)
|
||||
|
||||
for completion_file in "${possible_locations[@]}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue