diff options
author | David Runge <dave@sleepmap.de> | 2023-05-04 00:16:34 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2023-05-04 00:16:34 +0200 |
commit | 9380285596a8f6d413d231a87417ed016984458e (patch) | |
tree | da8964317a8f931ce0dc6987ba15d8705202d059 | |
parent | fee2014444c77b2a53502e7b74e7c79843dd19a4 (diff) | |
download | dotfiles-9380285596a8f6d413d231a87417ed016984458e.tar.gz dotfiles-9380285596a8f6d413d231a87417ed016984458e.tar.bz2 dotfiles-9380285596a8f6d413d231a87417ed016984458e.tar.xz dotfiles-9380285596a8f6d413d231a87417ed016984458e.zip |
Set editor for git to helix.
-rw-r--r-- | .config/git/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/git/config b/.config/git/config index f0d63a4..002bf71 100644 --- a/.config/git/config +++ b/.config/git/config @@ -111,7 +111,7 @@ default = tracking [core] autocrlf = false - editor = nvim + editor = helix [advice] statusHints = false [diff] |