Mercurial > dotfiles
comparison dot_gitconfig.tmpl @ 811:83bf3561016d
feat: switch to hx for git editor
author | zegervdv <zegervdv@me.com> |
---|---|
date | Tue, 05 Dec 2023 21:01:22 +0100 |
parents | abf8938c8c6c |
children |
comparison
equal
deleted
inserted
replaced
810:6499aba0eaf3 | 811:83bf3561016d |
---|---|
22 [alias] | 22 [alias] |
23 ls = log --format=\"%C(auto)%h %<(15)%C(auto, green)%cr %>(20)%C(auto, magenta)%an %C(auto)%s %D\" | 23 ls = log --format=\"%C(auto)%h %<(15)%C(auto, green)%cr %>(20)%C(auto, magenta)%an %C(auto)%s %D\" |
24 tags = tag -l --sort creatordate --column | 24 tags = tag -l --sort creatordate --column |
25 [core] | 25 [core] |
26 excludesfile = ~/.gitignore | 26 excludesfile = ~/.gitignore |
27 editor = nvim | 27 editor = hx |
28 autocrlf = input | 28 autocrlf = input |
29 pager = less -+F | 29 pager = less -+F |
30 [help] | 30 [help] |
31 autocorrect = 1 | 31 autocorrect = 1 |
32 [color] | 32 [color] |