eza-community / eza

A modern, maintained replacement for ls
https://eza.rocks
MIT License
8.76k stars 171 forks source link

Fix missing line breaks in zsh completions #1037

Closed matyama closed 13 hours ago

matyama commented 4 days ago

Before this change the shell would report a parsing error, which was due to missing line breaks after the newly introduced symlinks flags. This commit fixes that issue.

Closes https://github.com/eza-community/eza/issues/1038

aryklein commented 4 days ago

Please merge this PR to fix the issue https://github.com/eza-community/eza/issues/1038 Thanks

alerque commented 2 days ago

Is there a chance this can get fast tracked into a release or should I look into backporting the patch to the Arch Linux release? It's a pretty obnoxious bug.

MrAureliusR commented 1 day ago

This really does need to be merged or backported -- there are a lot of Arch users having this issue, including me. It's a simple typo in a config file, I don't think it needs a huge amount of review.

alerque commented 1 day ago

I just backported this to the Arch package because it was too disruptive to my own daily work not to be able to tab complete my ls!

sweetbbak commented 1 day ago

for anyone who wants a quick and dirty fix you can run compdef -d eza on shell init until this is fixed

PThorpe92 commented 20 hours ago

:pray: Sorry everyone, I see that was my mistake -_-

Will get this out asap! Thanks for the fix :heart:

cafkafk commented 13 hours ago

Is there a chance this can get fast tracked into a release or should I look into backporting the patch to the Arch Linux release? It's a pretty obnoxious bug.

Currently on fast track, think I'll cut a release today with this :)

cafkafk commented 12 hours ago

This was just released https://github.com/eza-community/eza/releases/tag/v0.18.21