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

bash - complete with ":" character #22

Open
mklabs opened this issue May 21, 2016 · 1 comment
Open

bash - complete with ":" character #22

mklabs opened this issue May 21, 2016 · 1 comment

Comments

@mklabs
Copy link
Owner

mklabs commented May 21, 2016

bash seems to wordbreak on ":" as well.

When completing yo backbone:, bash expands to yo backbone:backbone:all

@shadowspawn
Copy link

I had the same issue but I was not sure if it was a bug or a side-affect of having colon included in the word separators (added by the git completion I have installed). I worked around it by removing colon in my .bash_profile after loading the completion handlers:

 COMP_WORDBREAKS=${COMP_WORDBREAKS//:}

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

No branches or pull requests

2 participants