mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
don't output anything about bat when building cache; beware: adds 1 second to login time
This commit is contained in:
parent
fff909c88e
commit
8f45306743
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue