X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=.profile.d%2Fbase.sh;h=7b02a0bd3fed029719efefe0ad905093a97ba724;hb=HEAD;hp=28001f58a8ddfe50cfc9ed7211a14978e7f92ba4;hpb=62a7773bad24d33e940d79a0c59056e3ece84ba8;p=home.git diff --git a/.profile.d/base.sh b/.profile.d/base.sh index 28001f5..7b02a0b 100644 --- a/.profile.d/base.sh +++ b/.profile.d/base.sh @@ -1,5 +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'