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

Autocomplete not working #53

Closed
REBELinBLUE opened this issue Mar 10, 2016 · 2 comments
Closed

Autocomplete not working #53

REBELinBLUE opened this issue Mar 10, 2016 · 2 comments

Comments

@REBELinBLUE
Copy link

When I type g <tab> I get g 1:IR_deployer. My ~/.sdirs contains export DIR_deployer="$HOME/Sites/deployer"

@bertnp
Copy link

bertnp commented May 23, 2017

I had this issue too. Turned out it was because I had grep aliased to always output line numbers (with the -n option) and bashmarks.sh doesn't expect grep output to be formatted that way. To fix the issue, I just modified my grep alias by removing the -n option. However, another fix that doesn't require changed your grep alias would be to enclose the instances of the grep command in the _l function in bashmarks.sh (line 113) with double quotes (ie, replace grep with "grep") so that the alias is not invoked.

@REBELinBLUE
Copy link
Author

Oh yeah, forgot about this, I realised that a long time ago

@huyng huyng closed this as completed Oct 18, 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

No branches or pull requests

3 participants