From 69033c5ea1204274c13093403838b16e054c05cc Mon Sep 17 00:00:00 2001 From: Lex Song Date: Tue, 1 Dec 2020 11:42:39 +0800 Subject: [PATCH] Set $TERM to vtpcon when using git-for-windows --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 8279bc4..368e0ca 100644 --- a/.gitconfig +++ b/.gitconfig @@ -3,7 +3,7 @@ email = LexSong.tw@gmail.com [core] autocrlf = input - editor = nvim + editor = env TERM=vtpcon nvim [alias] dotfiles = !git --git-dir=.dotfiles --work-tree=. [credential]