]> git.wh0rd.org - home.git/blame - .profile.d/base.sh
nacl: update vars
[home.git] / .profile.d / base.sh
CommitLineData
1afdf944
MF
1export EDITOR=/bin/nano
2export PAGER=/usr/bin/less
62a7773b
MF
3if [ -z "${LESSOPEN}" ] ; then
4 export LESSOPEN='|lesspipe %s'
5fi
fe1ac149
MF
6
7# Turn off automatic quoting w/ls output.
8export QUOTING_STYLE='literal'