view .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 source

{{ 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 -}}