[TERMINAL] Add exa and delta
Exa is a nice replacement for ls Delta is a really nice git diff viewer :)
This commit is contained in:
parent
2b4d3a9fbc
commit
72de71850a
11
.gitconfig
11
.gitconfig
@ -13,7 +13,18 @@
|
||||
template = ~/.gitmessage
|
||||
[core]
|
||||
autocrlf = input
|
||||
pager = delta
|
||||
[github]
|
||||
user = rad4day
|
||||
[pull]
|
||||
rebase = true
|
||||
[interactive]
|
||||
diffFilter = delta --color-only
|
||||
[delta]
|
||||
features = side-by-side line-numbers decorations
|
||||
syntax-theme = OneHalfDark
|
||||
whitespace-error-style = 22 reverse
|
||||
[delta "decorations"]
|
||||
commit-decoration-style = bold yellow box ul
|
||||
file-style = bold yellow ul
|
||||
file-decoration-style = none
|
||||
|
Loading…
x
Reference in New Issue
Block a user