gpg-sign commits by default

main
mandlm 2020-07-11 14:37:34 +02:00
parent c77608ec6a
commit c9373e94ae
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
2 changed files with 3 additions and 0 deletions

View File

@ -51,3 +51,5 @@
writeCommitGraph = true
[pull]
rebase = true
[commit]
gpgsign = true

View File

@ -114,3 +114,4 @@ export EDITOR='nvim'
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
[ -f ~/.dotfiles/fzf/git-completion.zsh ] && source ~/.dotfiles/fzf/git-completion.zsh
export GPG_TTY=$(tty)