For the longest time I couldn't get justfile's just commands to autocomplete. I finally found a way to get just to work. But then, because of Homebrew, it appears to be breaking my git alias autocomplete.
Example:
- I type "git " and then "tab" and none of my aliases in .gitconfig show
Here is a solution that gets everything working. Add the following to your
.zshrc:If you want to read more about what else is worse about brew's git functions (or other solutions that can work), check these links: