summary refs log tree commit diff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/git/config10
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/git/config b/.config/git/config
index 6c6112d..eb6a07a 100644
--- a/.config/git/config
+++ b/.config/git/config
@@ -18,15 +18,15 @@
 
 [credential "git.sr.ht"]
     username = robertgzr
-    helper = !sh -c 'pass sr.ht/robertgzr | head -n1 | xargs printf "password=%s\n"'
+    helper = !sh -c 'rbw get c7e750ea-6713-4254-90e7-6e077b552ffa | xargs printf "password=%s\n"'
 
 [credential "github.com"]
     username = robertgzr
-    helper = !sh -c 'pass github.com/robertgzr | head -n1 | xargs printf "password=%s\n"'
+    helper = !sh -c 'rbw get f94a873d-9d72-412e-a46d-53e4cd19a291 | xargs printf "password=%s\n"'
 
-[credential "smtp://mail.gandi.net:465"]
-    username = robert@gnzler.io
-    helper = !sh -c 'pass email/gnzler.io | head -n1 | xargs printf "password=%s\n"'
+[credential "smtp://mailfence.com:465"]
+    username = robert@gnzler.de
+    helper = !sh -c 'rbw get 68b0ea26-733a-43cd-b8f8-e8ecc98de072 | xargs printf "password=%s\n"'
 
 [core]
     excludesfile = $HOME/.config/git/ignore