From 816cbc1a87593a93fe5eaea706ed1e3bfddb959d Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 12 Mar 2021 16:06:37 +0100 Subject: profile: set VISUAL/EDITOR --- dotfiles/profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/profile b/dotfiles/profile index 68824fb..df3746f 100644 --- a/dotfiles/profile +++ b/dotfiles/profile @@ -6,6 +6,9 @@ export LC_TIME=en_DK.UTF-8 ## prevent python from crapping all over the filesystem export PYTHONDONTWRITEBYTECODE=1 +export EDITOR=vim +export VISUAL=$EDITOR + ## put XDG_RUNTIME_DIR crap under .cache ## not the optimal solution, but should be ## good enough in practice -- cgit v1.2.3