From 450baa1eb39470d35d6409dc2bcd4e9e409191f2 Mon Sep 17 00:00:00 2001 From: Martin Sekera Date: Sat, 7 Oct 2023 10:57:54 +0200 Subject: [PATCH] zshrc: eza: --no-quotes --- etc/zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 316068f..9990c99 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -7,7 +7,7 @@ alias ls="ls --classify --color --group-directories-first --quoting-style=litera which eza > /dev/null if [[ $? -eq 0 ]]; then - alias l="eza --group --long --git --group-directories-first --extended --binary" + alias l="eza --group --long --git --group-directories-first --extended --binary --no-quotes" alias ll="l --all" alias lt="l --tree"