update condition to work

This commit is contained in:
Anthony Rodriguez 2023-09-26 08:30:08 +02:00
parent e6c983dc99
commit cb16b48688
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -21,6 +21,6 @@ packages
.scripts
.gtkrc-2.0
{{ else if eq .chezmoi.os "linux" or eq .chezmoi.os "darwin" }}
{{ else if (or (eq .chezmoi.os "linux") (eq .chezmoi.os "darwin")) }}
.gnupg
{{ end }}