From 08368754379f23968de4f59384b1d489a94d2b96 Mon Sep 17 00:00:00 2001 From: Andrea Rogers Date: Tue, 6 Aug 2024 15:40:36 -0500 Subject: [PATCH] profile: Make vim default EDITOR --- .profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.profile b/.profile index 1adb9d9..45b87c2 100644 --- a/.profile +++ b/.profile @@ -20,3 +20,5 @@ command -v uname >/dev/null && ;; esac \ ; + +export EDITOR=`which vim`