From 90c913850b084d4650ee10b1975e8f3f52e76a0a Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Thu, 18 Feb 2021 16:01:53 -0800 Subject: [PATCH] [zshrc] Stop overriding $VISUAL/$EDITOR for ecf alias --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 9e0f962..b25cfd0 100755 --- a/zshrc +++ b/zshrc @@ -238,7 +238,7 @@ if command_exists git; then alias dc='git diff --cached' alias dmcr='git diff-merge-conflict-resolution' alias ds='git diff --stat' - alias ecf='git edit-conflicted-files mate' + alias ecf='git edit-conflicted-files' alias f='git fetch' # Don't clobber the new GitHub CLI if ! command_exists gh; then