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

feat: expand tildes ~ in config file paths to HOME #3811

Merged
merged 8 commits into from
Jan 2, 2025

Conversation

z-jxy
Copy link
Contributor

@z-jxy z-jxy commented Dec 28, 2024

Fixes #3328

src/config/Config.zig Outdated Show resolved Hide resolved
src/config/Config.zig Outdated Show resolved Hide resolved
src/config/Config.zig Outdated Show resolved Hide resolved
src/os/homedir.zig Outdated Show resolved Hide resolved
@mitchellh mitchellh force-pushed the zjxy/expand-config-tildes branch from 5947e07 to a94cf4b Compare January 2, 2025 20:44
@mitchellh mitchellh enabled auto-merge January 2, 2025 20:45
@mitchellh
Copy link
Contributor

Made some stylistic tweaks, auto-merge on.

@mitchellh mitchellh merged commit e634eb1 into ghostty-org:main Jan 2, 2025
21 checks passed
@github-actions github-actions bot added this to the 1.0.2 milestone Jan 2, 2025
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.

File paths in config file should expand tilde (~) to HOME
5 participants