gpg-sign commits by default
This commit is contained in:
parent
c77608ec6a
commit
c9373e94ae
2 changed files with 3 additions and 0 deletions
|
@ -51,3 +51,5 @@
|
|||
writeCommitGraph = true
|
||||
[pull]
|
||||
rebase = true
|
||||
[commit]
|
||||
gpgsign = true
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue