diff options
Diffstat (limited to '')
-rw-r--r-- | .chezmoiignore | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.chezmoiignore b/.chezmoiignore index 0c17047..0a10d78 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -1,2 +1,6 @@ -LICENSE +{{ if eq .chezmoi.os "windows "}} +* +{{ else }} .config/zsh/.zdirs +{{ end }} +LICENSE |