From 3943515e11203ab56149db9b24e3ea26d3336c58 Mon Sep 17 00:00:00 2001 From: Amolith Date: Fri, 22 Sep 2023 11:09:53 -0400 Subject: [PATCH] use bitwarden credential helper --- dot_config/git/config.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_config/git/config.tmpl b/dot_config/git/config.tmpl index e06c5d00c2d41b41fe0776164c7ff81a42461487..2f60b25285f4a681cfb803ec07b4c1a9a9e19688 100644 --- a/dot_config/git/config.tmpl +++ b/dot_config/git/config.tmpl @@ -12,6 +12,8 @@ smtpencryption = tls smtpserverport = 587 annotate = yes +[credential] + helper = bitwarden [core] pager = delta [delta]