]> git.wh0rd.org - home.git/blame - .profile.d/base.sh
cros-board: update
[home.git] / .profile.d / base.sh
CommitLineData
fb5a4825 1export EDITOR='/bin/nano +1'
1afdf944 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'