From c7b45b9ea296eda1126924b0787742cd0f39c93b Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 17 Apr 2019 17:00:52 +0200 Subject: get back sane ls behaviour --- zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zshrc b/zshrc index ff5be76..7a9eafb 100644 --- a/zshrc +++ b/zshrc @@ -215,6 +215,8 @@ bindkey "^[#" insert-comment if [ "$SYSTEM" = "Linux" ] ; then eval `dircolors` LS_COLORS="$LS_COLORS""*.divx=01;35:*.pdf=01;35:*.ps=01;35:*.eps=01;35" + # ls in buster (Debian 10) and later by default quotes its filenames if they contain spaces or other weird things. Disable. + export QUOTING_STYLE=literal alias ls='ls --color=auto -F' alias grep='grep --color' -- cgit v1.2.3