initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{{- if eq .chezmoi.os "linux" -}}
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
[ "${CHEZMOI}" -eq 1 ] || exit 1
|
||||
|
||||
if ! command -v fc-cache >/dev/null 2>&1; then
|
||||
exit 2
|
||||
fi
|
||||
|
||||
fc-cache -fv > /dev/null
|
||||
|
||||
# vim: syntax=bash ft=template
|
||||
{{- end -}}
|
||||
Reference in New Issue
Block a user