✨ feat(git): new delta options
This commit is contained in:
parent
0cb2c1c6d2
commit
7ff5b673e3
1 changed files with 5 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
[includeIf "gitdir:~/dev/work/"]
|
|
||||||
path = ~/.config/git/config-work
|
|
||||||
|
|
||||||
[include]
|
[include]
|
||||||
path = ~/.config/git/themes/catppuccin.gitconfig
|
path = ~/.config/git/themes/catppuccin.gitconfig
|
||||||
|
|
||||||
|
[includeIf "gitdir:~/dev/work/"]
|
||||||
|
path = ~/.config/git/config-work
|
||||||
|
|
||||||
[user]
|
[user]
|
||||||
name = Sergio Laín
|
name = Sergio Laín
|
||||||
email = sergio.lac@pm.me
|
email = sergio.lac@pm.me
|
||||||
|
@ -42,6 +42,8 @@
|
||||||
features = catppuccin-macchiato
|
features = catppuccin-macchiato
|
||||||
side-by-side = false
|
side-by-side = false
|
||||||
true-color = always
|
true-color = always
|
||||||
|
hyperlinks = true
|
||||||
|
line-numbers = true
|
||||||
|
|
||||||
[merge]
|
[merge]
|
||||||
tool = nvimdiff
|
tool = nvimdiff
|
||||||
|
|
Loading…
Add table
Reference in a new issue