forked from DustVoice/dotfiles
Make .gitconfig cross-platform
This commit is contained in:
parent
0721b14f4d
commit
00f9bb8844
1 changed files with 2 additions and 7 deletions
|
@ -4,13 +4,7 @@
|
||||||
signingkey = 7A9CA430D426100E
|
signingkey = 7A9CA430D426100E
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
editor = emacsclient -a "" -ut
|
editor = nvim
|
||||||
pager = delta
|
|
||||||
|
|
||||||
[interactive]
|
|
||||||
diffFilter = delta --color-only
|
|
||||||
[add.interactive]
|
|
||||||
useBuiltin = false # required for git 2.37.0
|
|
||||||
|
|
||||||
[delta]
|
[delta]
|
||||||
navigate = true # use n and N to move between diff sections
|
navigate = true # use n and N to move between diff sections
|
||||||
|
@ -27,6 +21,7 @@
|
||||||
|
|
||||||
[gpg]
|
[gpg]
|
||||||
program = gpg2
|
program = gpg2
|
||||||
|
#program = "C:/Program Files (x86)/GnuPG/bin/gpg.exe"
|
||||||
|
|
||||||
[pull]
|
[pull]
|
||||||
rebase = false
|
rebase = false
|
||||||
|
|
Loading…
Reference in a new issue