2025-03-07 09:53:41 +01:00
|
|
|
--- a/src/path.rs
|
|
|
|
+++ b/src/path.rs
|
|
|
|
@@ -781,7 +781,7 @@ fn get_cache_directory() -> &'static BaseDirectory {
|
|
|
|
|
|
|
|
fn get_config_directory() -> &'static BaseDirectory {
|
|
|
|
static DIR: Lazy<BaseDirectory> =
|
|
|
|
- Lazy::new(|| make_base_directory(L!("XDG_CONFIG_HOME"), L!("/.config/fish")));
|
|
|
|
+ Lazy::new(|| make_base_directory(L!("XDG_RUNTIME_DIR"), L!("/.config/fish")));
|
|
|
|
&DIR
|
2024-11-02 11:28:08 +01:00
|
|
|
}
|