diff options
| author | Zach DeCook <zach.decook@bettercarpeople.com> | 2026-07-31 13:14:53 -0400 |
|---|---|---|
| committer | Zach DeCook <zach.decook@bettercarpeople.com> | 2026-07-31 13:14:53 -0400 |
| commit | ab3b79c488ba7cebfd42ce614590247e9428b32a (patch) | |
| tree | c35c75101cbb112e9708812485e591fe3ce51016 /.gitconfig | |
| parent | 3374a3981538c0615ebfe36fc55a408f18d2bd17 (diff) | |
| download | dotfiles-ab3b79c488ba7cebfd42ce614590247e9428b32a.tar.gz | |
improve dotfiles
Diffstat (limited to '.gitconfig')
| -rw-r--r-- | .gitconfig | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.gitconfig b/.gitconfig index c1b7ddd..8cf24f6 100644 --- a/.gitconfig +++ b/.gitconfig @@ -14,10 +14,12 @@ gerp = grep [core] #pager = diff-so-fancy | less --tabs=4 -RFX + pager = delta --hyperlinks [merge] conflictstyle = diff3 [interactive] - #diffFilter = diff-so-fancy --patch + diffFilter = diff-so-fancy --patch + #diffFilter = delta --color-only --hyperlinks [sendemail] smtpserver = smtp.gmail.com smtpuser = zach.decook@bettercarpeople.com @@ -25,3 +27,7 @@ smtpserverport = 587 [advice] statusHints = false +[delta] + navigate = true + hyperlinks = true + #hyperlinks-file-link-format = 'file://{path}' |
