use relative path in .gitconfig
This commit is contained in:
parent
ac1fb7c56b
commit
99001c45f5
@ -1,7 +1,7 @@
|
|||||||
[user]
|
[user]
|
||||||
name = Ryan Cavicchioni
|
name = Ryan Cavicchioni
|
||||||
email = ryan@cavi.cc
|
email = ryan@cavi.cc
|
||||||
signingkey = /home/ryan/.ssh/id_ed25519.pub
|
signingkey = ~/.ssh/id_ed25519.pub
|
||||||
[color]
|
[color]
|
||||||
ui = true
|
ui = true
|
||||||
[push]
|
[push]
|
||||||
@ -17,7 +17,7 @@
|
|||||||
[log]
|
[log]
|
||||||
showSignature = true
|
showSignature = true
|
||||||
[gpg "ssh"]
|
[gpg "ssh"]
|
||||||
allowedSignersFile = /home/ryan/.ssh/allowed_signers
|
allowedSignersFile = ~/.ssh/allowed_signers
|
||||||
[diff]
|
[diff]
|
||||||
tool = meld
|
tool = meld
|
||||||
[difftool]
|
[difftool]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user