-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
Custom spec files not being loaded #2579
Comments
Specs are loaded from [.../carapace/specs]
carapace --list --all --format json | jq 'with_entries( select(.value | has("Spec")) )' |
Thanks @rsteube, that was the issue, my installation is loading specs from Is there an environment variable, or another way to set the carapace config dir to a different place? |
Yes, that's the default UserConfigDir on mac (examples in the docs often just show the linux version). |
I've installed carapace:
I've added the following lines to my zsh config:
And added my custom spec .yaml files to
~/.config/carapace/spec/
, but they are not being loaded.Am I missing something?
The text was updated successfully, but these errors were encountered: