view .chezmoiscripts/run_onchange_after_apply-zsh-theme.sh.tmpl @ 656:505cc6e2fddf

Remove unused zsh plugins
author zegervdv <zegervdv@me.com>
date Sat, 24 Sep 2022 15:41:35 +0000
parents e321b25bcc23
children b137de67217b
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 }}

source ~/.zshrc

fast-theme XDG:overlay
{{ end -}}