dotfiles/dot_config/bat/run_rebuild-cache.fish.tmpl
punkfairie 2e5803e08d
Remove .config/bat/rebuild-cache.fish
Add .config/bat/rebuild-cache.fish
2024-04-21 11:23:20 -07:00

7 lines
129 B
Fish

#!/usr/bin/env fish
{{ if lookPath "bat" -}}
bat cache --build
{{ else if lookPath "batcat" -}}
batcat cache --build
{{ end -}}