view .chezmoiscripts/run_once_after_10_bat_cache.sh.tmpl @ 587:77280c499124

usd zsh-histdb-skim for more stable results
author zegervdv <zegervdv@me.com>
date Thu, 14 Apr 2022 22:14:57 +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 -}}