-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change eza_params
#20
Conversation
* Added `all` to `color-scale` to fix breaking change * Removed `classify` as there is a bug when combined with `icons` eza-community/eza#578
I don't think I can add labels. If you want to fix the breaking change another way feel free to just close this and put your own in. Just wanted to get a fix in as fast as possible since this breaks |
Sorry, I wasn't aware that we introduced a breaking change? Normally we do label them correctly. |
@cafkafk maybe these infos help |
I see how I made this mistake, I assumed the breaking change in the relevant PR was just referring to changing |
@cafkafk, glad you're already considering stuff like that. |
For anyone who needs a workaround and is on zi/zinit, please use: zi ice has'eza' atinit'AUTOCD=0' atload'eza_params[3]="";eza_params[7]="--color-scale=all"'
zi light z-shell/zsh-eza |
@xaocon 👋 , thank you for your contribution! |
all
tocolor-scale
to fix breaking changeclassify
as there is a bug when combined withicons
bug: using--icons --classify
flag breaks grid output eza-community/eza#578