diff options
Diffstat (limited to '.chezmoiignore')
-rw-r--r-- | .chezmoiignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.chezmoiignore b/.chezmoiignore index db7e307..182b6ad 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -17,3 +17,6 @@ # Ignore run_gnome_* for non-GNOME {{ if not (lookPath "dconf") -}} /*gnome_*.sh {{- end }} + +# Ignore all shell scripts on Windows +{{ if eq .chezmoi.os "windows" -}} /*.sh {{- end }} |