add some delta aliases and style
This commit is contained in:
parent
8a10a850b4
commit
a37685a7bb
1 changed files with 5 additions and 1 deletions
|
@ -21,6 +21,8 @@
|
||||||
ll = log --oneline
|
ll = log --oneline
|
||||||
st = status -sb
|
st = status -sb
|
||||||
s = status -s
|
s = status -s
|
||||||
|
dd = !git diff | delta
|
||||||
|
sd = !git show | delta
|
||||||
co = checkout
|
co = checkout
|
||||||
cob = checkout -b
|
cob = checkout -b
|
||||||
cmt = !git commit -m \"time: $(date +\"%Y.%m.%d %H:%M:%S\")\"
|
cmt = !git commit -m \"time: $(date +\"%Y.%m.%d %H:%M:%S\")\"
|
||||||
|
@ -38,4 +40,6 @@
|
||||||
[delta]
|
[delta]
|
||||||
line-numbers = true
|
line-numbers = true
|
||||||
theme = catppuccin
|
theme = catppuccin
|
||||||
hunk-header-decoration-style = none
|
; hunk-header-decoration-style = none
|
||||||
|
diff-so-fancy = true
|
||||||
|
hunk-header-style = bold
|
||||||
|
|
Loading…
Reference in a new issue