Compare commits

..

2 Commits

Author SHA1 Message Date
be6145e317
Enable GPG signing of commits 2021-07-12 20:12:06 -05:00
941d8fbf0c Spelling 2021-07-12 20:08:58 -05:00
2 changed files with 4 additions and 1 deletions

View File

@ -19,7 +19,7 @@
[user] [user]
email = __[email]__ email = __[email]__
name = __[name]__ name = __[name]__
signingKey = __[signing_key]__ signingkey = __[signing_key]__
[url "git@github.com:"] [url "git@github.com:"]
insteadOf = https://github.com insteadOf = https://github.com
[core] [core]
@ -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)