From ec577556fbed41e2dcc9af7005921fa01d9a267f Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Sun, 9 Nov 2025 17:33:59 +0800 Subject: [PATCH] add eza group --- dot_zshrc.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index f8b9760..ec0fb65 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -185,7 +185,7 @@ elif command -v eza &> /dev/null; then #zinit light 'eza-community/eza' elif command -v exa &> /dev/null; then compdef exa='ls' - alias ls='exa --color=always --icons' + alias ls='exa --color=always --group --icons' fi # Floorp 支援 Firefox參數補齊