disable batcat cache building for now

This commit is contained in:
JesseBot 2025-02-19 10:59:46 +01:00
parent 4aedfbcdbf
commit 2639abf4e3
No known key found for this signature in database

View file

@ -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)