comparison .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
comparison
equal deleted inserted replaced
651:c6ce12cfc85f 652:ad96f4d65995
1 {{ if (or (eq .chezmoi.os "linux") (eq .chezmoi.os "darwin")) -}}
2 #!/usr/bin/env zsh
3
4 # overlay hash: {{ include "dot_config/fsh/overlay.ini" | sha256sum }}
5
6 fast-theme XDG:overlay
7 {{ end -}}