gpg-sign commits by default
parent
c77608ec6a
commit
c9373e94ae
|
@ -51,3 +51,5 @@
|
||||||
writeCommitGraph = true
|
writeCommitGraph = true
|
||||||
[pull]
|
[pull]
|
||||||
rebase = true
|
rebase = true
|
||||||
|
[commit]
|
||||||
|
gpgsign = true
|
||||||
|
|
|
@ -114,3 +114,4 @@ export EDITOR='nvim'
|
||||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||||
[ -f ~/.dotfiles/fzf/git-completion.zsh ] && source ~/.dotfiles/fzf/git-completion.zsh
|
[ -f ~/.dotfiles/fzf/git-completion.zsh ] && source ~/.dotfiles/fzf/git-completion.zsh
|
||||||
|
|
||||||
|
export GPG_TTY=$(tty)
|
||||||
|
|
Loading…
Reference in New Issue