From df181679b4935848537e6a4ff0197a7973450c8a Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 6 Dec 2024 21:56:38 +0100 Subject: $EDITOR: use update-alternatives for /usr/bin/vim --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index a053eb5..01dde1a 100644 --- a/bashrc +++ b/bashrc @@ -1,7 +1,7 @@ # vim: foldmethod=marker ts=4 sw=4 # editor {{{ # Prefer neovim over vim over vi -EDITOR=vim +EDITOR=/usr/bin/vim export EDITOR # }}} # R {{{ -- cgit v1.2.1