Update .chezmoi.toml
This commit is contained in:
parent
bfef654250
commit
7388cacd42
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ exclude = ["scripts"]
|
||||||
|
|
||||||
[gpg]
|
[gpg]
|
||||||
symmetric = true
|
symmetric = true
|
||||||
args = ["--batch", "--passphrase", {{ $passphrase | quote }}, "--no-symkey-cache"]
|
args = ["--batch", "--passphrase", {{ $passphrase | quote }}, "--no-symkey-cache", "--quiet"]
|
||||||
|
|
||||||
[git]
|
[git]
|
||||||
autoPush = true
|
autoPush = true
|
||||||
|
|
Loading…
Reference in a new issue