1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-02 11:22:30 +01:00

Further simplify module structure

This commit is contained in:
sharkdp
2020-03-21 21:15:12 +01:00
committed by David Peter
parent bb0a3d586e
commit 2c2861db6a
6 changed files with 13 additions and 10 deletions

View File

@@ -4,7 +4,7 @@ use std::path::PathBuf;
use crate::directories::PROJECT_DIRS;
use bat::assets::HighlightingAssets;
use bat::HighlightingAssets;
fn theme_set_path() -> PathBuf {
PROJECT_DIRS.cache_dir().join("themes.bin")