aktiviere GPG-Signing
Signed-off-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
parent
bc0693b829
commit
6db6ccf41f
2 changed files with 4 additions and 3 deletions
|
@ -5,7 +5,8 @@ if command -v tmux &> /dev/null && [ -z "$TMUX" ]; then
|
|||
fi
|
||||
|
||||
### keychain
|
||||
eval "$(keychain -q --eval --timeout 60 --agents ssh)"
|
||||
eval "$(keychain -q --eval --timeout 60 --agents ssh,gpg)"
|
||||
export GPG_TTY=$(tty)
|
||||
|
||||
### PS1
|
||||
# git-symbole: * unstaged, + staged, $ stashed, % untracked
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[user]
|
||||
name = Michael Grote
|
||||
email = michael.grote@dataport.de
|
||||
signingKey = D9EC9A33
|
||||
email = michael.grote@posteo.de
|
||||
signingKey = 4D4C2CD4AE7F095E
|
||||
[credential]
|
||||
helper = store
|
||||
[alias]
|
||||
|
|
Loading…
Reference in a new issue