25 lines
479 B
Plaintext
25 lines
479 B
Plaintext
[user]
|
|
email = james@jpatrick.io
|
|
name = James Patrick
|
|
|
|
[core]
|
|
editor = vim
|
|
|
|
[interactive]
|
|
diffFilter = delta --color-only
|
|
|
|
[delta]
|
|
features = line-numbers decorations
|
|
whitespace-error-style = 22 reverse
|
|
navigate = true
|
|
[delta "decorations"]
|
|
commit-decoration-style = bold yellow box ul
|
|
file-style = bold cyan ul
|
|
file-decoration-style = none
|
|
hunk-header-decoration-style = none
|
|
|
|
[github]
|
|
user = jamesepatrick
|
|
[alias]
|
|
root = rev-parse --show-toplevel
|