-
Notifications
You must be signed in to change notification settings - Fork 12
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
What would be the correct way to add fish completions? #13
Comments
Context: These completions get added to local shells from the docker packages and are stored in |
Hi @rdd2! Something tells me that you can just source this files. What if you run If yes this means that you can:
If it's not working for you and the completion files should be in appropriate directory the good start is to understand how to change the path to this directory. |
@rdd2 Completions for the Fish shell locally should be placed in From the help for the xxh-plugin-fish-userconfig plugin:
|
I'm still getting used to the xxh structure and want to add docker completions to my fish.
If I just add them to the local
.xxh
they will not be updated when the upstream changes.So would I make a plugin that curls https://raw.githubusercontent.com/docker/cli/master/contrib/completion/fish/docker.fish and the one for
docker-compose
?The text was updated successfully, but these errors were encountered: