Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix local bash completion directory path #1809

Merged
merged 1 commit into from
Apr 27, 2019

Conversation

lispy
Copy link

@lispy lispy commented Apr 26, 2019

Per https://github.com/scop/bash-completion/blob/master/README.md's
"FAQ", bash looks for local completions in "bash-completion" (a "-"
instead of an "_", or ~/.local/share/bash-completion/completions).

Per https://github.com/scop/bash-completion/blob/master/README.md's
"FAQ", bash looks for local completions in "bash-completion" (a "-"
instead of an "_", or  ~/.local/share/bash-completion/completions).
Copy link
Contributor

@kinnison kinnison left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @lispy

Thank you for this -- it seems like we missed some of the - vs _ in a previous PR. Well spotted!

@kinnison kinnison merged commit b149243 into rust-lang:master Apr 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants