feat: add windows os script if

This commit is contained in:
Yuan Chiu 2025-04-25 05:30:22 +08:00
parent f01107e827
commit 3c739259e0

View File

@ -11,3 +11,9 @@ chezmoi.code-workspace
.local/share/konsole
.config/konsolerc
{{ end }}
{{ if ne .chezmoi.os "windows" }}
*.ps1
{{ else }}
*.sh
{{ end }}