5 lines
167 B
Cheetah
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 -}}
|