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
Hi I'm in an environment on Ubuntu Linux that also have homebrew installed.
This plugin worked with system level bash-completions but not with brews (such as linode-cli) that only have bash-completions.
I do not wish to override the lookup path, perhaps the plugin could allow additional lookup path or detect homebrew
The text was updated successfully, but these errors were encountered:
I was required to manually source the completion script after the plugin is loaded with like
emulate sh -c 'source $HOMEBREW_PREFIX/etc/bash_completion.d/linode-cli'
Sorry, something went wrong.
No branches or pull requests
Hi I'm in an environment on Ubuntu Linux that also have homebrew installed.
This plugin worked with system level bash-completions but not with brews (such as linode-cli) that only have bash-completions.
I do not wish to override the lookup path, perhaps the plugin could allow additional lookup path or detect homebrew
The text was updated successfully, but these errors were encountered: