-
-
Notifications
You must be signed in to change notification settings - Fork 872
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
add completion support (Issue: #454) #460
Conversation
The only reliable place for zsh functions seems to be /usr/local/share/zsh/site-functions, independen from installation prefix. Hard code it, but allow overriding it. Add remarks how to override the installation directories for completions to the readme file.
@norbusan |
@norbusan
completion not installed:
|
@norbusan
|
@abraunegg The bash-completion files is installed into I think this is the correct method, since
With You can override the installation location by setting an env variable as described in README.md. Does this explain the situation sufficiently? |
Agree - but I think the double // is also an issue ... |
Ok. The double / are no problem, but I removed them anyway. Forgot that we have already a / at the beginning. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Add completions for bash and zsh, install them if
COMPLETIONS=1
is passed to
make
. Installation directories can be overridden withenvironment variables.