diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-10-07 11:29:24 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-10-07 11:29:24 +0100 |
commit | ad90d0081b17d00caf153d82e72d6eed37ba9a69 (patch) | |
tree | e262f4e59b6e9c53da387cddb50f3ffbaa81def6 /gitconfig | |
parent | a2f9684f87d48d34802bfd26ba9af19811171391 (diff) |
updated git config for Debian
Diffstat (limited to '')
-rw-r--r-- | gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ [core] excludesfile = /home/lemon/.gitignore_global quotepath = false - editor = /usr/local/bin/vim + editor = /usr/bin/vim [alias] co = checkout ci = commit |