-
Notifications
You must be signed in to change notification settings - Fork 394
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
Warp doesn't respect $XDG_CONFIG_HOME
#814
Comments
Yes please make this happen. I don't want my home dir cluttered with app config. For example custom themes should be stored at: |
This is a must have for me. I mean, this is a no-brainer to implement, but a showstopper for me. |
Wow same, I enjoy warp, but it's hard to use applications that don't respect XDG specs in 2022 |
And especially if you intend to land on Linux, where respecting XDG is a common thing nowadays. Even on macOS, a lot of apps stopped polluting $HOME and are respecting XDG, kitty, alacritty, ... just to name some other popular Terminal alternatives. Actually one might even argue, that using $HOME on macOS is the badest choice. Either honour XDG or use the macOS default, which would be ~/Library/Application Support/$APP/. But as I said, it's so easy to implement:
Done, backwards compatible. I can't understand why this ticket is lingering around that long already. |
I imagine this is not too hard to implement. Just add a condition to search for the $XDG_CONFIG_HOME environment variable, and if it's defined, use it. Otherwise, place the config directory in $HOME like it's currently doing. This is what almost every tool (and terminal) are using to place their config files anyways. I'd really love for this to be implemented. |
bumping |
@warpdotdev-devx how is this issue 3 years old!?!? |
Describe the solution you'd like?
Is your feature request related to a problem? Please describe.
Additional context
No response
The text was updated successfully, but these errors were encountered: