view .chezmoiscripts/run_once_after_10_bat_cache.sh.tmpl @ 563:fb54ab50a72a

Revert "Replace surround with mini.surround for the function wrapping options" This reverts commit 86ffd4e6b9aa4e16f762e25b6db7bd42ad473f75.
author zegervdv <zegervdv@me.com>
date Thu, 17 Feb 2022 11:28:41 +0100
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 -}}