view .chezmoiscripts/run_once_after_10_bat_cache.sh.tmpl @ 756:a1a7841c55d2

feat: remove fzf-tab
author zegervdv <zegervdv@me.com>
date Wed, 08 Feb 2023 07:12:42 +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 -}}