Browse Source

git: workspaces, delta

Maxim Likhachev 4 years ago
parent
commit
ed8576dced
  1. 11
      etc/soft/git/gitconfig

11
etc/soft/git/gitconfig

@ -2,6 +2,12 @@ @@ -2,6 +2,12 @@
name = Maxim Likhachev
email = envrm@yandex.ru
[includeIf "gitdir:~/FILES/Projects/Work/"]
path = ~/.gitconfig-work
[init]
defaultBranch = master # WLM
[core]
# pager = "less -R -X --ignore-case -w --jump-target=.5"
pager = delta
@ -13,10 +19,11 @@ @@ -13,10 +19,11 @@
safecrlf = warn
[delta]
light = true
syntax-theme = "OneHalfLight"
commit-style = box
file-style = box
light = true
navigate = true
syntax-theme = "OneHalfLight"
[gui]
wmstate = normal

Loading…
Cancel
Save