Skip to content
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 builtin support for XDG_CONFIG_HOME #153

Open
hculea opened this issue Jan 19, 2023 · 0 comments
Open

Add builtin support for XDG_CONFIG_HOME #153

hculea opened this issue Jan 19, 2023 · 0 comments

Comments

@hculea
Copy link
Member

hculea commented Jan 19, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant