-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Aliasing problem on zsh 5.8 #775
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
Comments
Thanks for the bug report. Minimal reproducer: I think the right fix will be remembering which level each alias was seen at the start of a new command clear all the aliases seen at that level but not higher levels. |
@phy1729 yep, looks like working with your branch 👍 |
I can confirm that #776 fixes this issue for me too (another semi-recursive alias) |
@abatkin Thanks for the report 👍 |
For future generations: Apparently my stock Fedora 33 install included This is fixed by any of the following:
Keywords for better Google-fu: fedora running vi and vim hangs with zsh |
Hi there,
First of all, thanks for this plugin, using since forever and it is awesome.
I've just upgraded to zsh 5.8 and my terminal stuck in one case. It looks reproducible:
Afterwards if you want to type
tmux
it gets stuck once you press x. If I define 2 aliases without ||, it seems to work, but I didn't understand why it didn't like double pipe especially in this case so wanted to report.Sorry if I am doing something obviously wrong.
Thx
//edit: I've installed with zplug (with defer:2 as instructed), OS is Linux/NixOS.
The text was updated successfully, but these errors were encountered: