delta pager
This commit is contained in:
parent
2ce58b83e6
commit
c9891f9f7c
1 changed files with 5 additions and 3 deletions
|
@ -21,6 +21,7 @@ rebase = true
|
|||
b = branch -va
|
||||
d = diff --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
|
||||
co = checkout
|
||||
st = status -sb
|
||||
|
@ -76,6 +77,7 @@ date = relative
|
|||
plus-color = "#012800"
|
||||
minus-color = "#340001"
|
||||
syntax-theme = Monokai Extended
|
||||
hunk-header-style = line-number syntax
|
||||
|
||||
[hub]
|
||||
protocol = git
|
||||
|
@ -90,7 +92,7 @@ diffFilter = delta --color-only
|
|||
helper = store
|
||||
|
||||
[commit]
|
||||
#gpgsign = true
|
||||
gpgsign = true
|
||||
|
||||
[user "arity"]
|
||||
name = Daniel Lundin
|
||||
|
|
Loading…
Reference in a new issue