From 8cd2c7efb9d4fa1c971b15099f15ed02d63cf88d Mon Sep 17 00:00:00 2001 From: heavy Date: Sun, 13 Mar 2022 10:49:27 +0100 Subject: [PATCH] Set VISUAL also to 'vim'. --- dot_bashrc.d/executable_03.ENV | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_bashrc.d/executable_03.ENV b/dot_bashrc.d/executable_03.ENV index 3baa6b6..fd05e70 100755 --- a/dot_bashrc.d/executable_03.ENV +++ b/dot_bashrc.d/executable_03.ENV @@ -25,3 +25,4 @@ extendPath "$HOME/.local/bin" export PATH export EDITOR="vim" +export VISUAL="vim"