mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
disable batcat cache building for now
This commit is contained in:
parent
4aedfbcdbf
commit
2639abf4e3
1 changed files with 2 additions and 1 deletions
|
@ -62,7 +62,8 @@ export LESS_TERMCAP_us=$'\e[1;4;35m'
|
|||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cat ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #
|
||||
|
||||
# build current bat cache to index new themes or syntax
|
||||
bat cache --build > /dev/null || batcat cache --build > /dev/null
|
||||
# currently broken if a folder called cache exists in the directory where this runs
|
||||
# bat cache --build > /dev/null || batcat cache --build > /dev/null
|
||||
|
||||
# TODO:
|
||||
# - Write those docs with links to both apps (rich, and bat)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue