From dcd60044f6e563f84a83fadca1a28fcc9cb388e0 Mon Sep 17 00:00:00 2001 From: Martin Sekera Date: Sun, 17 Dec 2023 02:07:07 +0100 Subject: [PATCH] eza: don't clutter the output with xattrs --- etc/zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 6c02163..251f2e8 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 --no-quotes" + alias l="eza --group --long --git --group-directories-first --binary --no-quotes" alias ll="l --all" alias lt="l --tree"