From 3b08d40ccd0738d6c3147efc392b30655fa677b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20P=C5=82azie=C5=84ski?= Date: Fri, 12 Feb 2021 21:20:47 +0100 Subject: [PATCH] No extended attributes for exa --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index a2d8a54..91f1e01 100644 --- a/zshrc +++ b/zshrc @@ -81,7 +81,7 @@ if command-exists dircolors; then eval "$(dircolors -b)" fi if command-exists exa; then - alias ls='exa --git --long --all --extended --time-style long-iso' + alias ls='exa --git --long --all --time-style long-iso' else LSOPTS="-lAvF --color=auto" # long mode, show all, natural sort, type squiggles, friendly sizes alias ls="ls $LSOPTS"