From eb5b4ebb93c813550b9a27a58b45ea26a3fb0a6e Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Sun, 9 Nov 2025 17:29:57 +0800 Subject: [PATCH] =?UTF-8?q?eza=E9=A0=90=E8=A8=AD=E9=A1=AF=E7=A4=BAgroup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dot_zshrc.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 13af7f8..f8b9760 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -181,7 +181,7 @@ if command -v colorls &> /dev/null; then elif command -v eza &> /dev/null; then zinit ice as"completion" zinit snippet https://github.com/eza-community/eza/blob/main/completions/zsh/_eza - alias ls='eza --color=always --icons=always' + alias ls='eza --color=always --group --icons=always' #zinit light 'eza-community/eza' elif command -v exa &> /dev/null; then compdef exa='ls'