From 4be23172f315e2ed596f712a518b11b81d054630 Mon Sep 17 00:00:00 2001 From: zegonix Date: Mon, 20 Apr 2026 09:09:53 +0200 Subject: [PATCH] (bashrc) set `vim` as editor for `sudoedit` --- bashrc/.bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bashrc/.bashrc b/bashrc/.bashrc index 0832051..b22d0fe 100644 --- a/bashrc/.bashrc +++ b/bashrc/.bashrc @@ -2,6 +2,9 @@ # ~/.bashrc # +# select vim as editor for sudoedit +export EDITOR=vim + # configure behaviour of command history ## disable duplicates in command history export HISTCONTROL=ignoreboth:erasedups