]> git.wh0rd.org - home.git/commitdiff
profile.d: force `ls` output to non-quoting by default
authorMike Frysinger <vapier@gentoo.org>
Wed, 3 Feb 2016 18:38:49 +0000 (13:38 -0500)
committerMike Frysinger <vapier@gentoo.org>
Wed, 3 Feb 2016 18:38:49 +0000 (13:38 -0500)
.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'