gpg-sign commits by default

This commit is contained in:
Michael Mandl 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)