From c2775fd9a832c82d5cf233c0d619cd7c07fceff5 Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Fri, 15 Apr 2016 14:56:11 +0100 Subject: [PATCH] changed git to use nano instead of vi! :P --- shell_dotfiles/_gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell_dotfiles/_gitconfig b/shell_dotfiles/_gitconfig index ca917bd..dc5fd6b 100644 --- a/shell_dotfiles/_gitconfig +++ b/shell_dotfiles/_gitconfig @@ -100,6 +100,8 @@ # http://michael-kuehnel.de/git/2014/11/21/git-mac-osx-and-german-umlaute.html precomposeunicode = false + editor = 'nano' + [color] branch = always diff = always