install.fairie/dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_99_bootstrap-z4h.tmpl

10 lines
213 B
Cheetah

{{- if and false .host.headless -}}
#!/usr/bin/env bash
# Required for PATHs (including logging)
source "$HOME/.config/shell/exports"
logg 'Bootstrapping Z4H'
Z4H_BOOTSTRAPPING=1 exec zsh && exit 0
{{- end -}}