]> git.wh0rd.org - home.git/blob - .profile.d/base.sh
profile.d: force `ls` output to non-quoting by default
[home.git] / .profile.d / base.sh
1 export EDITOR=/bin/nano
2 export PAGER=/usr/bin/less
3 if [ -z "${LESSOPEN}" ] ; then
4 export LESSOPEN='|lesspipe %s'
5 fi
6
7 # Turn off automatic quoting w/ls output.
8 export QUOTING_STYLE='literal'