view .chezmoiscripts/run_once_after_10_bat_cache.sh.tmpl @ 696:22efd3b888f8

feat: enable spellchecking for select filetypes using spellsitter to only check comments
author zegervdv <zegervdv@me.com>
date Sun, 09 Oct 2022 10:51:43 +0200
parents 36ba70d17fd6
children
line wrap: on
line source

{{ if (or (eq .chezmoi.os "linux") (eq .chezmoi.os "darwin")) -}}
#!/usr/bin/env bash

bat cache --build
{{ end -}}