From: Maximilian Friedersdorff Date: Wed, 17 Jan 2018 11:19:12 +0000 (+0000) Subject: Use vim instead of emc as editor X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=64dcd76daf325784b438e2d07e56a2b523bb58d9;p=max%2Fdotfiles.git Use vim instead of emc as editor --- 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"