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