]> git.wh0rd.org - home.git/blobdiff - .profile.d/base.sh
cros-board: update
[home.git] / .profile.d / base.sh
index d487f6989ffb46e4eae084a26723b80be9165b37..7b02a0bd3fed029719efefe0ad905093a97ba724 100644 (file)
@@ -1,2 +1,8 @@
-export EDITOR=/bin/nano
+export EDITOR='/bin/nano +1'
 export PAGER=/usr/bin/less
+if [ -z "${LESSOPEN}" ] ; then
+       export LESSOPEN='|lesspipe %s'
+fi
+
+# Turn off automatic quoting w/ls output.
+export QUOTING_STYLE='literal'