From dc9668bdad71681792efa4d16ab90113857af0ea Mon Sep 17 00:00:00 2001 From: Dusan Hlavaty Date: Thu, 7 Mar 2019 10:17:36 +0100 Subject: [PATCH] Fixed default editor ;-) --- .exports | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.exports b/.exports index 79d32d57dd4..e9362713867 100644 --- a/.exports +++ b/.exports @@ -1,5 +1,5 @@ # Make vim the default editor. -export EDITOR='vim'; +export EDITOR='nano'; # Increase Bash history size. Allow 32³ entries; the default is 500. export HISTSIZE='32768';