From 26648ab0de46c5133768d9db6fbd8d90379bb067 Mon Sep 17 00:00:00 2001 From: Heavy Date: Sat, 5 Mar 2022 20:13:01 +0100 Subject: [PATCH] Added EDITOR env variable and set to 'vim'. --- dot_bashrc.d/executable_03.ENV | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_bashrc.d/executable_03.ENV b/dot_bashrc.d/executable_03.ENV index 7fb0d9f..3baa6b6 100755 --- a/dot_bashrc.d/executable_03.ENV +++ b/dot_bashrc.d/executable_03.ENV @@ -23,3 +23,5 @@ extendPath "/usr/local/bin" extendPath "$HOME/.local/bin" export PATH + +export EDITOR="vim"