mirror of
https://github.com/sharkdp/bat
synced 2026-08-10 20:01:45 +00:00
Major restructuring of theme/syntax handling
This commit is contained in:
@@ -5,7 +5,7 @@ use std::path::PathBuf;
|
||||
|
||||
use shell_words;
|
||||
|
||||
use bat::dirs::PROJECT_DIRS;
|
||||
use crate::directories::PROJECT_DIRS;
|
||||
|
||||
pub fn config_file() -> PathBuf {
|
||||
env::var("BAT_CONFIG_PATH")
|
||||
|
||||
Reference in New Issue
Block a user