From 69d3ac5fcc239b07ad22272f0c04cd7b08510ced Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 16 Dec 2022 09:10:39 +0900 Subject: setup: remove cache rebuild of bat --- TODO | 6 ++++++ setup.sh | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/TODO b/TODO index 4a3dbe7..f9f55d3 100644 --- a/TODO +++ b/TODO @@ -6,3 +6,9 @@ skk golang Add golang to INSTALL.txt + +bat + if type bat >/dev/null 2>&1; then + echo "bat: rebuild cache" + bat cache --clear && bat cache --build + fi diff --git a/setup.sh b/setup.sh index 0020f3c..2c58fc1 100755 --- a/setup.sh +++ b/setup.sh @@ -121,12 +121,6 @@ if [ ! -f ~/.config/alacritty/alacritty.local.yml ]; then fi fi -# Bat {{{2 -if type bat >/dev/null 2>&1; then - echo "bat: rebuild cache" - bat cache --clear && bat cache --build -fi - # Neovim: packer.nvim {{{2 packer_nvim_dir="${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/pack/packer/opt/packer.nvim if [ ! -d "$packer_nvim_dir" ]; then -- cgit v1.2.3-70-g09d2