Skip to content
This repository was archived by the owner on Mar 7, 2023. It is now read-only.

Commit c64e2db

Browse files
committed
perf: logs path (logdir) updated
1 parent 39fbba7 commit c64e2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ fn process_file_count(
177177
}
178178

179179
fn get_log_files(settings: &Settings) -> Vec<path::PathBuf> {
180-
let logdir = env::var("HOME").expect("HOME not set??") + "/.weechat/logs";
180+
let logdir = env::var("HOME").expect("HOME not set??") + "/.local/share/weechat/logs";
181181
let logpath = path::Path::new(&logdir);
182182

183183
let file_pattern = format!(

0 commit comments

Comments
 (0)