From 214e1fcccdcb9baf3d0b79de8cba95fe3ca7fe07 Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Fri, 10 Mar 2023 00:25:45 -0500 Subject: Change default editor to nvim. Add mpv,ssh config --- git/config | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'git') diff --git a/git/config b/git/config index e84323e..3cb1462 100644 --- a/git/config +++ b/git/config @@ -1,15 +1,8 @@ -# Set up with authentication with gh(1) (GitHub CLI) -[credential "https://github.com"] - helper = - helper = !/usr/bin/gh auth git-credential -[credential "https://gist.github.com"] - helper = - helper = !/usr/bin/gh auth git-credential [user] email = rtokumori@pucp.edu.pe name = Mitsuo Tokumori [diff] # used with $ git difftool - tool = vimdiff + tool = nvim -d [merge] - tool = vimdiff + tool = nvim -d -- cgit v1.2.3