aboutsummaryrefslogtreecommitdiffhomepage
path: root/setup.sh
diff options
context:
space:
mode:
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