diff options
| author | Robert Günzler <r@gnzler.io> | 2024-05-15 09:00:31 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2024-05-15 09:00:31 +0200 |
| commit | 3dbe74f2eef627e2dc19b79fe06753d5dc09003f (patch) | |
| tree | b78d1cdab62cec9ed4bbe35447108547b935ef03 /.config/git/config | |
| parent | 0ab72c1113139c196115c974eadaded449002c32 (diff) | |
update nvim
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.config/git/config')
| -rw-r--r-- | .config/git/config | 10 |
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 |