aktiviere GPG-Signing

Signed-off-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
Michael Grote 2023-02-22 13:50:09 +01:00
parent bc0693b829
commit 6db6ccf41f
No known key found for this signature in database
GPG key ID: 4D4C2CD4AE7F095E
2 changed files with 4 additions and 3 deletions

View file

@ -5,7 +5,8 @@ if command -v tmux &> /dev/null && [ -z "$TMUX" ]; then
fi fi
### keychain ### keychain
eval "$(keychain -q --eval --timeout 60 --agents ssh)" eval "$(keychain -q --eval --timeout 60 --agents ssh,gpg)"
export GPG_TTY=$(tty)
### PS1 ### PS1
# git-symbole: * unstaged, + staged, $ stashed, % untracked # git-symbole: * unstaged, + staged, $ stashed, % untracked

View file

@ -1,7 +1,7 @@
[user] [user]
name = Michael Grote name = Michael Grote
email = michael.grote@dataport.de email = michael.grote@posteo.de
signingKey = D9EC9A33 signingKey = 4D4C2CD4AE7F095E
[credential] [credential]
helper = store helper = store
[alias] [alias]