aboutsummaryrefslogtreecommitdiffhomepage
path: root/setup.sh
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2022-12-14 21:08:01 +0900
committernsfisis <nsfisis@gmail.com>2022-12-15 22:07:17 +0900
commitbdbd88c09e474d8b1843414fe1f3c21aa4091e2c (patch)
treefeb83c5fe89406ad7c0ae878e90853b49475d82b /setup.sh
parent0eb5e3d42444427402053116cae94d2210ed7e8a (diff)
downloaddotfiles-bdbd88c09e474d8b1843414fe1f3c21aa4091e2c.tar.gz
dotfiles-bdbd88c09e474d8b1843414fe1f3c21aa4091e2c.tar.zst
dotfiles-bdbd88c09e474d8b1843414fe1f3c21aa4091e2c.zip
setup: fix bat's argument
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh
index fa10992..7e012eb 100755
--- a/setup.sh
+++ b/setup.sh
@@ -124,7 +124,7 @@ fi
# Bat {{{2
if type bat >/dev/null 2>&1; then
echo "bat: rebuild cache"
- bat cache --clean && bat cache --build
+ bat cache --clear && bat cache --build
fi
# Neovim: packer.nvim {{{2