X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=.profile.d%2Fbase.sh;h=7b02a0bd3fed029719efefe0ad905093a97ba724;hb=HEAD;hp=d487f6989ffb46e4eae084a26723b80be9165b37;hpb=1afdf944dcef65ad2bab01e5a07756da28024503;p=home.git diff --git a/.profile.d/base.sh b/.profile.d/base.sh index d487f69..7b02a0b 100644 --- a/.profile.d/base.sh +++ b/.profile.d/base.sh @@ -1,2 +1,8 @@ -export EDITOR=/bin/nano +export EDITOR='/bin/nano +1' export PAGER=/usr/bin/less +if [ -z "${LESSOPEN}" ] ; then + export LESSOPEN='|lesspipe %s' +fi + +# Turn off automatic quoting w/ls output. +export QUOTING_STYLE='literal'