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
|
||||
st = status -sb
|
||||
s = status -s
|
||||
dd = !git diff | delta
|
||||
sd = !git show | delta
|
||||
co = checkout
|
||||
cob = checkout -b
|
||||
cmt = !git commit -m \"time: $(date +\"%Y.%m.%d %H:%M:%S\")\"
|
||||
|
@ -38,4 +40,6 @@
|
|||
[delta]
|
||||
line-numbers = true
|
||||
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