From c4dee290fcaaf1470dc584f0f7e6cb5c944fcb87 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Tue, 3 Oct 2017 12:41:09 +0200 Subject: bashrc: enforce literal quoting style ls in coreutils since 8.25 (and 8.28-1 in Debian) is printing filenames quoted and escaped. --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 47857b4..aa437a6 100644 --- a/bashrc +++ b/bashrc @@ -28,7 +28,7 @@ fi # colors for ls and grep eval "`dircolors -b`" export LS_COLORS=$LS_COLORS'mh=44;37:' # old coloring of hardlinks -alias ls='ls --color=auto' +alias ls='ls --color=auto --quoting-style=literal' alias grep='grep --color=auto' alias fgrep='fgrep --color=auto' alias egrep='egrep --color=auto' -- cgit v1.2.3