view .chezmoiscripts/run_once_after_10_bat_cache.sh.tmpl @ 769:0f6f809f1d39

feat: add search in neovim alias
author zegervdv <zegervdv@me.com>
date Wed, 22 Mar 2023 10:26:32 +0000
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 -}}