From 21f62c8c2af0db01094b73faf77065ba39abad8a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 24 Aug 2016 11:51:47 +1200 Subject: Force --hide-control-chars on ls(1) if available I prefer it to literal or C-style escaping representations, and ls(1) isn't for scripting output anyway. --- sh/profile.d/options.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'sh/profile.d/options.sh') diff --git a/sh/profile.d/options.sh b/sh/profile.d/options.sh index aa6bea06..d4dc45a3 100644 --- a/sh/profile.d/options.sh +++ b/sh/profile.d/options.sh @@ -46,10 +46,11 @@ options grep \ # Cache options for ls(1) options ls \ - almost-all \ - block-size \ - classify \ - color \ - human-readable \ + almost-all \ + block-size \ + classify \ + color \ + hide-control-chars \ + human-readable \ time-style ) -- cgit v1.2.3