mirror of
https://github.com/sharkdp/bat
synced 2026-08-04 19:01:44 +00:00
Updated bat config dir for MacOs
Removed directories crate and using dirs_rs Changed bat config file and cache dir on MacOs: config: ~/.config/bat/config cache: ~/.config/bat/cache/
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ extern crate ansi_term;
|
||||
extern crate atty;
|
||||
extern crate console;
|
||||
extern crate content_inspector;
|
||||
extern crate directories;
|
||||
extern crate dirs as dirs_rs;
|
||||
extern crate encoding;
|
||||
extern crate git2;
|
||||
extern crate shell_words;
|
||||
|
||||
Reference in New Issue
Block a user