From 7388cacd42d6c2c117958d0aa5f9ad45a237f8da Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Sat, 5 Oct 2024 10:02:21 -0700 Subject: [PATCH] Update .chezmoi.toml --- .chezmoi.toml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl index c08f79c..9912bd3 100644 --- a/.chezmoi.toml.tmpl +++ b/.chezmoi.toml.tmpl @@ -19,7 +19,7 @@ exclude = ["scripts"] [gpg] symmetric = true -args = ["--batch", "--passphrase", {{ $passphrase | quote }}, "--no-symkey-cache"] +args = ["--batch", "--passphrase", {{ $passphrase | quote }}, "--no-symkey-cache", "--quiet"] [git] autoPush = true