dotfiles/dot_zshrc.tmpl
2023-08-30 10:21:27 +02:00

5 lines
167 B
Cheetah

{{- if eq .chezmoi.os "darwin" -}}
{{- template "zshrc_darwin.tmpl" . -}}
{{- else if eq .chezmoi.os "linux" -}}
{{- template "zshrc_linux.tmpl" . -}}
{{- end -}}