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 support for XDG_STATE_HOME #6

Merged
merged 3 commits into from Aug 5, 2021
Merged

Add support for XDG_STATE_HOME #6

merged 3 commits into from Aug 5, 2021

Conversation

hyperupcall
Copy link
Contributor

Hello!

The spec recently added an $XDG_STATE_HOME variable. This adds support for that

index.d.ts Outdated
@@ -24,6 +24,19 @@ console.log(xdgConfig);
*/
export const xdgConfig: string | undefined;

/**
Directory for user-specific configuration files.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Incorrect description.

@sindresorhus
Copy link
Owner

You also need to add it to the readme.

@hyperupcall
Copy link
Contributor Author

Oops! I have made those changes now

@sindresorhus sindresorhus merged commit 2bbd2ce into sindresorhus:main Aug 5, 2021
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

Successfully merging this pull request may close these issues.

None yet

2 participants