diff so fancy
This commit is contained in:
parent
38d07f5807
commit
c348ce6224
1 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
[core]
|
[core]
|
||||||
excludesfile = "~/.gitignore"
|
excludesfile = "~/.gitignore"
|
||||||
editor = nvim
|
editor = nvim
|
||||||
|
pager = diff-so-fancy | less -+R -nBJFXRgiM -h512 -x4
|
||||||
|
|
||||||
[user]
|
[user]
|
||||||
name = Daniel Lundin
|
name = Daniel Lundin
|
||||||
|
@ -25,6 +26,7 @@ fa = fetch --all
|
||||||
t = tag
|
t = tag
|
||||||
d = diff --stat -p -C
|
d = diff --stat -p -C
|
||||||
ds = diff --staged --stat -p -C
|
ds = diff --staged --stat -p -C
|
||||||
|
patch = !git --no-pager diff --no-color
|
||||||
co = checkout
|
co = checkout
|
||||||
st = status -sb
|
st = status -sb
|
||||||
stu = status -sb --untracked=no
|
stu = status -sb --untracked=no
|
||||||
|
@ -120,3 +122,6 @@ pp-commit = magenta default bold
|
||||||
diff-chunk = magenta default bold
|
diff-chunk = magenta default bold
|
||||||
|
|
||||||
# vim: ft=conf:
|
# vim: ft=conf:
|
||||||
|
[diff-so-fancy]
|
||||||
|
useUnicodeRuler = true
|
||||||
|
stripLeadingSymbols = true
|
||||||
|
|
Loading…
Reference in a new issue