diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-09-09 17:33:36 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-09-09 17:33:36 +0200 |
commit | 249c4c38565933e8020326f439cc63f2d686492d (patch) | |
tree | 6b9be9905112516fb613913615967331e29e6c37 /git | |
parent | 2f569a703d95b8fe5d18d05d9fb9374b73e87568 (diff) |
Update configs
Diffstat (limited to 'git')
-rwxr-xr-x[-rw-r--r--] | git/.gitconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/git/.gitconfig b/git/.gitconfig index 662b90a..2863ba2 100644..100755 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -15,8 +15,8 @@ [credential] helper = store [core] - editor = nvim --clean - ; pager = bat -l diff + editor = nvim -u ~/.config/nvim/init_clean.vim + ; pager = bat -n --style=plain ; pager = delta excludesFile = ~/.gitignore [init] |