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