From fb5a482501c4814d058915f1c99a80811ff01f08 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 9 Mar 2016 12:41:36 -0500 Subject: [PATCH] EDITOR: update nano offset --- .profile.d/base.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile.d/base.sh b/.profile.d/base.sh index 71f254a..7b02a0b 100644 --- a/.profile.d/base.sh +++ b/.profile.d/base.sh @@ -1,4 +1,4 @@ -export EDITOR=/bin/nano +export EDITOR='/bin/nano +1' export PAGER=/usr/bin/less if [ -z "${LESSOPEN}" ] ; then export LESSOPEN='|lesspipe %s' -- 2.39.5