1
0
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:
Lavi
2019-01-31 12:53:10 -05:00
committed by David Peter
parent 91deef8b13
commit 6a8e4757b7
4 changed files with 186 additions and 9 deletions
+1 -1
View File
@@ -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;