Skip to content

Commit

Permalink
Change eza_params
Browse files Browse the repository at this point in the history
* Added `all` to `color-scale` to fix breaking change
* Removed `classify` as there is a bug when combined with `icons`
  eza-community/eza#578
  • Loading branch information
xaocon committed Nov 9, 2023
1 parent 64cfa03 commit c8e40eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/.zsh-eza
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ if (( $+commands[eza] )); then
typeset -ag eza_params

eza_params=(
'--git' '--icons' '--classify' '--group'
'--group-directories-first' '--time-style=long-iso' '--color-scale'
'--git' '--icons' '--group' '--group-directories-first'
'--time-style=long-iso' '--color-scale=all'
)

alias ls='eza $eza_params'
Expand Down

0 comments on commit c8e40eb

Please sign in to comment.