]> git.wh0rd.org - home.git/blobdiff - .profile.d/base.sh
cros-board: update
[home.git] / .profile.d / base.sh
index 28001f58a8ddfe50cfc9ed7211a14978e7f92ba4..7b02a0bd3fed029719efefe0ad905093a97ba724 100644 (file)
@@ -1,5 +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'