From 9c7dd5856683863a05e57613037ad6251325be43 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Tue, 21 Dec 2021 14:53:55 -0800 Subject: [PATCH] Back to vim for EDITOR and VISUAL --- zshrc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/zshrc b/zshrc index 6f1a079..6470590 100755 --- a/zshrc +++ b/zshrc @@ -45,10 +45,7 @@ else fi fi -if command_exists mate; then - export EDITOR="mate -w" - export VISUAL="mate -w" -elif command_exists vim; then +if command_exists vim; then export EDITOR="vim" export VISUAL="vim" else