From fe1ac149fe693931da292642c5ffabee08080890 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 3 Feb 2016 13:38:49 -0500 Subject: [PATCH] profile.d: force `ls` output to non-quoting by default --- .profile.d/base.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.profile.d/base.sh b/.profile.d/base.sh index 28001f5..71f254a 100644 --- a/.profile.d/base.sh +++ b/.profile.d/base.sh @@ -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' -- 2.39.5