Enable GPG signing of commits

This commit is contained in:
Daniel Lynn 2021-07-12 20:12:06 -05:00
parent 941d8fbf0c
commit be6145e317
Signed by: daniel
GPG Key ID: 28496A140E180A9D
2 changed files with 3 additions and 0 deletions

View File

@ -30,3 +30,5 @@
autosquash = true autosquash = true
[diff] [diff]
colorMoved = zebra colorMoved = zebra
[commit]
gpgSign = true

1
zshenv
View File

@ -1,4 +1,5 @@
export EDITOR="nvim" export EDITOR="nvim"
export GPG_TTY=$(tty)
fpath+=(~/.zsh/completions) fpath+=(~/.zsh/completions)