diff options
| author | nsfisis <nsfisis@gmail.com> | 2021-11-27 23:00:41 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2021-11-27 23:00:41 +0900 |
| commit | 0063f115460bbf002cfa5a81f208a00fe9435fc4 (patch) | |
| tree | 3a0d686f079f407c7180820654533878858395de | |
| parent | 079f228c5e0e8fadb414670e220d14de6879f7ef (diff) | |
| download | dotfiles-0063f115460bbf002cfa5a81f208a00fe9435fc4.tar.gz dotfiles-0063f115460bbf002cfa5a81f208a00fe9435fc4.tar.zst dotfiles-0063f115460bbf002cfa5a81f208a00fe9435fc4.zip | |
git: disable help.autocorrect
| -rw-r--r-- | .config/git/config | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.config/git/config b/.config/git/config index e49d577..be4723a 100644 --- a/.config/git/config +++ b/.config/git/config @@ -2,9 +2,6 @@ editor = nvim commentchar = ";" -[help] - autocorrect = 1 - [advice] detachedhead = false |
