commit ce89d385cfc5dc5e563b80355638f09484051259 parent 7a42ecdf326faabb4c3fc67ac74430b60060ef7b Author: William Casarin <jb55@jb55.com> Date: Tue, 29 Jun 2021 09:14:00 -0700 gitconfig: path fixups Signed-off-by: William Casarin <jb55@jb55.com> Diffstat:
M | dotfiles/.gitconfig | | | 8 | ++------ |
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/dotfiles/.gitconfig b/dotfiles/.gitconfig @@ -88,18 +88,14 @@ [rerere] enabled = false autoupdate = false -[http "https://git.monstercat.com"] - sslCAInfo = /home/jb55/.flynn/ca-certs/default.pem -[credential "https://git.monstercat.com"] - helper = /home/jb55/bin/flynn git-credentials [gpg] - program = /home/jb55/bin/ots-git + program = ~/bin/ots-git [magit] hideCampaign = true [github] user = jb55 [commit] - template = /home/jb55/.git-template + template = ~/.git-template [grep] lineNumber = true [credential "https://github.com"]