-
Hi, I'm using I have the latest versions installed:
I have the following in my export BASH_COMPLETION_COMPAT_DIR="$(brew --prefix)/etc/bash_completion.d"
[[ -r "$(brew --prefix)/etc/profile.d/bash_completion.sh" ]] && . "$(brew --prefix)/etc/profile.d/bash_completion.sh" And the relevant file is linked in $ ls -l "$(brew --prefix)/etc/bash_completion.d"
lrwxr-xr-x 1 Robert admin 65 6 Jan 15:13 git-completion.bash -> ../../Cellar/git/2.30.0/etc/bash_completion.d/git-completion.bash What's more if I add But no completion. Any ideas, anyone? Is anyone else having this issue? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Inevitably I instantly find the related issues - it's because I have |
Beta Was this translation helpful? Give feedback.
Inevitably I instantly find the related issues - it's because I have
hub
installed as well and there's a bug inhub
that disables completion for both as ofgit 2.30.0
.mislav/hub#2684
Homebrew/homebrew-core#68445