view .chezmoiscripts/run_onchange_after_apply-zsh-theme.sh.tmpl @ 654:4a311e2f0e70

add j as alias for jobs
author zegervdv <zegervdv@me.com>
date Fri, 23 Sep 2022 08:21:50 +0000
parents ad96f4d65995
children e321b25bcc23
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 }}

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