From: Mike Frysinger Date: Wed, 9 Mar 2016 17:41:36 +0000 (-0500) Subject: EDITOR: update nano offset X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=fb5a482501c4814d058915f1c99a80811ff01f08;p=home.git EDITOR: update nano offset --- 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'