From 9c08f7a367855b8f132aaa93d03fbfe578a6012c Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Mon, 29 Jul 2019 16:47:03 +0200 Subject: [PATCH] [bash] Use vim for editing --- .bashrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 2581f91..da265c9 100644 --- a/.bashrc +++ b/.bashrc @@ -5,7 +5,9 @@ # If not running interactively, don't do anything [[ $- != *i* ]] && return -export GIT_EDITOR=vim +export EDITOR=vim +export GIT_EDITOR=$EDITOR +export SYSTEMD_EDITOR=$EDITOR source ~/.aliases source ~/.bashcolors