Skip to content

Commit

Permalink
Merge pull request #20 from xaocon/color-scale-fix
Browse files Browse the repository at this point in the history
Change `eza_params`
  • Loading branch information
ss-o authored Nov 17, 2023
2 parents 64cfa03 + c8e40eb commit df296ab
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 df296ab

Please sign in to comment.