Skip to content
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

zsh support for aliases in completion #2868

Merged
merged 1 commit into from
Mar 11, 2024
Merged

Conversation

MarkoMin
Copy link
Contributor

I was writing docs for completion provider and tried to simplify loading zsh completion. I copied the loading process from 1pw which stated that zsh completion must be done in multiple files. However, I found that's not true - you bind multiple commands to a completion function in a singe file.

That enables automatic usage of aliases in zsh and unifies the whole process (usage becomes simpler)!

Also, I fixed a bug where aliases weren't split into multiple ones, I dunno how I missed that before.dsa

@ferd ferd merged commit 06aaecd into erlang:main Mar 11, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants