]> git.wh0rd.org - home.git/blobdiff - .profile.d/base.sh
profile.d: force `ls` output to non-quoting by default
[home.git] / .profile.d / base.sh
index 28001f58a8ddfe50cfc9ed7211a14978e7f92ba4..71f254a381f1a7f186777c3bf91aca81134d7e17 100644 (file)
@@ -3,3 +3,6 @@ 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'