update if to check for windows
This commit is contained in:
parent
1492126a70
commit
beff15c257
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
README.md
|
README.md
|
||||||
screenshots
|
screenshots
|
||||||
packages
|
packages
|
||||||
{{ if (toString .chezmoi.os | toString | contains "windows")}}
|
{{ if eq .chezmoi.os "windows" }}
|
||||||
*
|
*
|
||||||
!dot_gitconfig
|
!dot_gitconfig
|
||||||
{{ else if (ne .chezmoi.os "linux") }}
|
{{ else if (ne .chezmoi.os "linux") }}
|
||||||
|
|
Loading…
Reference in a new issue