[zshrc] Stop overriding $VISUAL/$EDITOR for ecf alias

This commit is contained in:
Sami Samhuri 2021-02-18 16:01:53 -08:00
parent 9101f25d0b
commit 90c913850b
No known key found for this signature in database
GPG key ID: 4B4195422742FC16

2
zshrc
View file

@ -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