eza預設顯示group

This commit is contained in:
Yuan Chiu 2025-11-09 17:29:57 +08:00
parent 8c840df7c3
commit eb5b4ebb93
Signed by: yuan
GPG Key ID: 50FBE4156404B98D

View File

@ -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'