dsifford / yarn-completion

Bash completion for Yarn
MIT License
277 stars 25 forks source link

Git-Bash completions #45

Open alumni opened 4 years ago

alumni commented 4 years ago

Placing the completion script in /usr/share/bash-completion/completions is not enough. How can I make it work?

alumni commented 4 years ago

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.

dsifford commented 4 years ago

Feel free to open a PR to add a note about git bash. :+1: