delta pager
This commit is contained in:
parent
2ce58b83e6
commit
c9891f9f7c
1 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
[core]
|
[core]
|
||||||
excludesfile = "~/.gitignore"
|
excludesfile = "~/.gitignore"
|
||||||
pager = delta --line-numbers -s
|
pager = delta --line-numbers -s
|
||||||
|
|
||||||
[user]
|
[user]
|
||||||
useConfigOnly = true
|
useConfigOnly = true
|
||||||
|
@ -21,6 +21,7 @@ rebase = true
|
||||||
b = branch -va
|
b = branch -va
|
||||||
d = diff --stat -p -C
|
d = diff --stat -p -C
|
||||||
ds = diff --staged --stat -p -C
|
ds = diff --staged --stat -p -C
|
||||||
|
du = !"git --no-pager diff --stat -p -C --color=always | bat"
|
||||||
patch = !git --no-pager diff --no-color
|
patch = !git --no-pager diff --no-color
|
||||||
co = checkout
|
co = checkout
|
||||||
st = status -sb
|
st = status -sb
|
||||||
|
@ -76,6 +77,7 @@ date = relative
|
||||||
plus-color = "#012800"
|
plus-color = "#012800"
|
||||||
minus-color = "#340001"
|
minus-color = "#340001"
|
||||||
syntax-theme = Monokai Extended
|
syntax-theme = Monokai Extended
|
||||||
|
hunk-header-style = line-number syntax
|
||||||
|
|
||||||
[hub]
|
[hub]
|
||||||
protocol = git
|
protocol = git
|
||||||
|
@ -90,7 +92,7 @@ diffFilter = delta --color-only
|
||||||
helper = store
|
helper = store
|
||||||
|
|
||||||
[commit]
|
[commit]
|
||||||
#gpgsign = true
|
gpgsign = true
|
||||||
|
|
||||||
[user "arity"]
|
[user "arity"]
|
||||||
name = Daniel Lundin
|
name = Daniel Lundin
|
||||||
|
@ -98,4 +100,4 @@ email = daniel@arity.se
|
||||||
signingkey = 79020DB026385D4C
|
signingkey = 79020DB026385D4C
|
||||||
|
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
|
Loading…
Reference in a new issue