aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2022-12-16 09:10:39 +0900
committernsfisis <nsfisis@gmail.com>2022-12-16 09:10:39 +0900
commit69d3ac5fcc239b07ad22272f0c04cd7b08510ced (patch)
tree5bee497e40d40a4080df2f39229d85093ad2f8c3 /TODO
parent02bcc8b9477e7a3bbb732b85afa54f597f69f3d0 (diff)
downloaddotfiles-69d3ac5fcc239b07ad22272f0c04cd7b08510ced.tar.gz
dotfiles-69d3ac5fcc239b07ad22272f0c04cd7b08510ced.tar.zst
dotfiles-69d3ac5fcc239b07ad22272f0c04cd7b08510ced.zip
setup: remove cache rebuild of bat
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 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