From 6e9d391ca300b1bcc66c37cca6f6f7f014a445e5 Mon Sep 17 00:00:00 2001 From: D4VID Date: Fri, 15 Dec 2023 13:50:27 +0100 Subject: [PATCH] set lvim as the editor --- bash/.bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bash/.bashrc b/bash/.bashrc index 81c5bbb..a9c3712 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -17,6 +17,8 @@ fi export PATH=$PATH:$HOME/.cargo/bin export PATH=$PATH:$HOME/.pub-cache/bin +export EDITOR='lvim' + #source "$HOME/.cargo/env" tmux