diff .chezmoiscripts/run_onchange_after_apply-zsh-theme.sh.tmpl @ 652:ad96f4d65995

tweak zsh theming
author zegervdv <zegervdv@me.com>
date Fri, 23 Sep 2022 06:38:42 +0000
parents
children e321b25bcc23
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.chezmoiscripts/run_onchange_after_apply-zsh-theme.sh.tmpl	Fri Sep 23 06:38:42 2022 +0000
@@ -0,0 +1,7 @@
+{{ if (or (eq .chezmoi.os "linux") (eq .chezmoi.os "darwin")) -}}
+#!/usr/bin/env zsh
+
+# overlay hash: {{ include "dot_config/fsh/overlay.ini" | sha256sum }}
+
+fast-theme XDG:overlay
+{{ end -}}