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
The plugin SDK, design, or schema
Many plugins use $XDG_CONFIG_HOME as default location for their configuration file, defaulting to $HOME/.config if this is not defined.
$XDG_CONFIG_HOME
$HOME/.config
The plugin system should have support for this, such that plugins can only define one path in their importers.
This has already been explored here: d44a749
Plugins need to define importers for two paths: $XDG_CONFIG_HOME/... and $HOME/.config/....
$XDG_CONFIG_HOME/...
$HOME/.config/...
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What does it concern?
The plugin SDK, design, or schema
Goal or desired behavior
Many plugins use
$XDG_CONFIG_HOME
as default location for their configuration file, defaulting to$HOME/.config
if this is not defined.The plugin system should have support for this, such that plugins can only define one path in their importers.
This has already been explored here:
d44a749
Current behavior
Plugins need to define importers for two paths:
$XDG_CONFIG_HOME/...
and$HOME/.config/...
.Relevant log output
No response
op CLI version
No response
shell-plugins local ref
No response
The text was updated successfully, but these errors were encountered: