install.fairie/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_99_bootstrap-zsh-plugins.tmpl

14 lines
401 B
Cheetah

{{- if (eq .host.headless true) }}
#!/usr/bin/env bash
# .zshrc hash: {{ include (joinPath .chezmoi.homeDir ".zshrc")| sha256sum }}
{{- includeTemplate "universal/profile" }}
{{- includeTemplate "universal/logg" }}
### Initialize ZSH so plugin bootstrap process is done ahead of time
if command -v zsh > /dev/null; then
# logg 'Bootstrapping ZSH plugin system'
exec zsh && exit 0
fi
{{ end -}}