diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-09-20 23:38:36 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-09-20 23:38:36 +0200 |
commit | bf817958722662d1a25b0d46da8a20aa5c832ac1 (patch) | |
tree | 01ee4735a71c95ce15fe222f8a525965c325d335 /.config/git | |
parent | 3190b2db7c624de36f1a4618a76a4335dae105ca (diff) |
git: Switch to vlt for my credentials
Diffstat (limited to '.config/git')
-rw-r--r-- | .config/git/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/git/config b/.config/git/config index 09275d1..775262a 100644 --- a/.config/git/config +++ b/.config/git/config @@ -48,7 +48,7 @@ gpgSign = true [credential] - helper = cache --timeout 3600 + helper = vlt [gpg] program = gpg2 |