[zshrc] Stop overriding $VISUAL/$EDITOR for ecf alias
This commit is contained in:
parent
9101f25d0b
commit
90c913850b
1 changed files with 1 additions and 1 deletions
2
zshrc
2
zshrc
|
|
@ -238,7 +238,7 @@ if command_exists git; then
|
||||||
alias dc='git diff --cached'
|
alias dc='git diff --cached'
|
||||||
alias dmcr='git diff-merge-conflict-resolution'
|
alias dmcr='git diff-merge-conflict-resolution'
|
||||||
alias ds='git diff --stat'
|
alias ds='git diff --stat'
|
||||||
alias ecf='git edit-conflicted-files mate'
|
alias ecf='git edit-conflicted-files'
|
||||||
alias f='git fetch'
|
alias f='git fetch'
|
||||||
# Don't clobber the new GitHub CLI
|
# Don't clobber the new GitHub CLI
|
||||||
if ! command_exists gh; then
|
if ! command_exists gh; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue