We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when I run:
source path/to/goto.bash
I get this error: goto.bash:273: command not found: complete
I use a Mac.
The text was updated successfully, but these errors were encountered:
Hi @ahabra
Can you please check this thread and let me know if it fixes your issue?
It has to do with your current macOS setup - missing bash_completion probably.
Sorry, something went wrong.
confirmed that adding the lines: autoload bashcompinit bashcompinit before sourcing goto.bash in ~/.bashrc works like a charm.
@pm190618 Thank you 👍 !
@ahabra I'm closing the issue. If you still can't make it work feel free to reopen it. 🤞
@pm190618 Your suggestion fixed the problem. Thank you.
No branches or pull requests
when I run:
I get this error:
goto.bash:273: command not found: complete
I use a Mac.
The text was updated successfully, but these errors were encountered: