diff options
| -rw-r--r-- | .chezmoiignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.chezmoiignore b/.chezmoiignore index e1e2cba..b26fde3 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -1,11 +1,11 @@ {{- if ne .chezmoi.os "linux" }} dot_config/i3 {{ end }} -{{- if eq .chezmoi.os "windows }} +{{- if eq .chezmoi.os "windows" }} dot_zshrc.tmpl dot_zprofile {{ end }} -{{- if ne .chezmoi.os "windows }} +{{- if ne .chezmoi.os "windows" }} dot_config/powershell {{ end }} dot_config/nvim/lazy-lock.json |
