From 64dcd76daf325784b438e2d07e56a2b523bb58d9 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Wed, 17 Jan 2018 11:19:12 +0000 Subject: [PATCH] Use vim instead of emc as editor --- bash/.bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/.bash_profile b/bash/.bash_profile index f9ff4cd..9ad6290 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -1,4 +1,4 @@ -export EDITOR="emc" +export EDITOR="vim" export PATH="/home/max/.local/bin:${PATH}" export TMPDIR="/home/max/.local/tmp" -- 2.45.2