don't output anything about bat when building cache; beware: adds 1 second to login time

This commit is contained in:
JesseBot 2024-07-19 15:14:04 +02:00
parent fff909c88e
commit 8f45306743
No known key found for this signature in database

View file

@ -62,7 +62,7 @@ export LESS_TERMCAP_us=$'\e[1;4;35m'
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cat ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #
# build current bat cache to index new themes or syntax
bat cache --build || batcat cache --build
bat cache --build > /dev/null || batcat cache --build > /dev/null
# TODO:
# - Write those docs with links to both apps (rich, and bat)