Skip to content

fix(config): honor XDG_CONFIG_HOME on all platforms - #67

Merged
bahdotsh merged 1 commit into
bahdotsh:mainfrom
ferdinandyb:fix/xdg-config-home
Aug 3, 2026
Merged

fix(config): honor XDG_CONFIG_HOME on all platforms#67
bahdotsh merged 1 commit into
bahdotsh:mainfrom
ferdinandyb:fix/xdg-config-home

Conversation

@ferdinandyb

Copy link
Copy Markdown
Contributor

On MacOS XDG_CONFIG_HOME is not checked and mdterm falls back on the platform default config directory. When figuring out config_path, check if XDG_CONFIG_HOME is set explicitly on all platforms.

Fixes: #66

On MacOS XDG_CONFIG_HOME is not checked and mdterm falls back on the
platform default config directory. When figuring out config_path, check
if XDG_CONFIG_HOME is set explicitly on all platforms.

Fixes: bahdotsh#66
@ferdinandyb

Copy link
Copy Markdown
Contributor Author

@bahdotsh friendly ping

@ferdinandyb
ferdinandyb force-pushed the fix/xdg-config-home branch 2 times, most recently from c0afdb5 to d65217c Compare July 30, 2026 12:24
@ferdinandyb

Copy link
Copy Markdown
Contributor Author

@bahdotsh rebased on origin/HEAD, should make the clippy error go away

@bahdotsh

bahdotsh commented Aug 1, 2026

Copy link
Copy Markdown
Owner

Hey @ferdinandyb thank you so much for the PR and for your patience!

Everything looks good! Can merge after clippy fixes!

@ferdinandyb

ferdinandyb commented Aug 2, 2026 via email

Copy link
Copy Markdown
Contributor Author

@bahdotsh

bahdotsh commented Aug 3, 2026

Copy link
Copy Markdown
Owner

Ooh interesting. I have an open PR, will get this sorted there then. Thank you for you contribution!

@bahdotsh
bahdotsh merged commit 678127a into bahdotsh:main Aug 3, 2026
8 of 10 checks passed
@ferdinandyb

ferdinandyb commented Aug 3, 2026 via email

Copy link
Copy Markdown
Contributor Author

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.

XDG_CONFIG_HOME is not honored on MacOS

2 participants