-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
POSTDISPLAY: parameter not set #490
Comments
The only thing I can think of off the top of my head that would cause |
Not currently calling any |
Sourcing the plugin inside a shell called via |
OK I think I figured it out. I had a stray |
Can we re-open this? I recently learned about the UNSET option, and the helpful diagnostics that are issued when Julia Evans gives a great example that shows why you might want to keep rm -rf $HOME/$SOMEPTH This spells disaster if
@mjsteinbaugh mentions a use of It would be helpful if we could prevent this error while Scripts/functions that intentionally depend on Alternatively, you can check whether it's set with [update: i see that this has already been addressed in #713] |
Correct, typo on my end! I meant |
Describe the bug
I'm a long time zsh-autosuggestions user, but I'm seeing this error pop up in my shell interactively now:
To Reproduce
Steps to reproduce the behavior:
I'm using my koopa bootloader:
Any advice on how to debug this? I'm working through my scripts using the recommended
zsh -df
approach, sourcing the plugin manually, then adding back my scripts on top.The text was updated successfully, but these errors were encountered: