# HG changeset patch # User zegervdv # Date 1664034028 0 # Node ID e321b25bcc23d811061e196332fda197c888b2d2 # Parent 4a311e2f0e70cc0f1c256f30f82a5be58a2ba8bd Load zsh plugins before applying theme changes diff -r 4a311e2f0e70 -r e321b25bcc23 .chezmoiscripts/run_onchange_after_apply-zsh-theme.sh.tmpl --- a/.chezmoiscripts/run_onchange_after_apply-zsh-theme.sh.tmpl Fri Sep 23 08:21:50 2022 +0000 +++ b/.chezmoiscripts/run_onchange_after_apply-zsh-theme.sh.tmpl Sat Sep 24 15:40:28 2022 +0000 @@ -3,5 +3,7 @@ # overlay hash: {{ include "dot_config/fsh/overlay.ini" | sha256sum }} +source ~/.zshrc + fast-theme XDG:overlay {{ end -}}