yarn-completion
yarn-completion copied to clipboard
Git-Bash completions
Placing the completion script in /usr/share/bash-completion/completions is not enough. How can I make it work?
Actually, git-bash doesn't look there, but it does load everything in ~/bash_completion.d/*.bash. So if you place it there, it's fine.
Feel free to open a PR to add a note about git bash. :+1: