Set cache_dir on MacOS to ~/.cache/bat/

pull/498/head
Lavi 5 years ago committed by David Peter
parent 6a8e4757b7
commit 49af3e854b

@ -12,7 +12,7 @@ impl BatProjectDirs {
#[cfg(target_os = "macos")]
let cache_dir = match dirs_rs::home_dir() {
Some(mut d) => {
d.push(".config/bat/cache");
d.push(".cache/bat");
d
}
None => return None,

Loading…
Cancel
Save