Fix gpg program to use
The latest homebrew upgrade seems to no longer provide gpg and instead provides gpg2.
This commit is contained in:
parent
28a3897995
commit
0d49f3bcbc
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@
|
||||||
editor = vim
|
editor = vim
|
||||||
excludesfile = ~/.gitignore_global
|
excludesfile = ~/.gitignore_global
|
||||||
filemode = false
|
filemode = false
|
||||||
|
[gpg]
|
||||||
|
program = gpg2
|
||||||
[merge]
|
[merge]
|
||||||
tool = vimdiff
|
tool = vimdiff
|
||||||
[push]
|
[push]
|
||||||
|
|
Loading…
Add table
Reference in a new issue