-
Notifications
You must be signed in to change notification settings - Fork 125
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
Tide prompt variables orphaned after uninstall #69
Comments
Btw, I am not leaving tide, just experimenting with other prompts since there are so many good ones now. |
Oh, yeah, that's really obvious in retrospect 😂 |
Happens to the best of us! What was so obvious about it? |
Well I never added them to |
I think it's unavoidable that we might orphan some variables since you can have multiple shells open. With async, |
Oh, actually, no we can have it taken care of! I just need to ensure that the |
Nice work! You're welcome. |
Just erase functions last? |
Wow we keep bumping into each other, Jorge! |
🏓 |
Tide already does this. The problem is that the universal variables may be set again afterwards by another shell for example. So we need something that has effect even after uninstalling Tide. |
This also happens when you enter nested shells, and close the terminal tab containing the nested shells.
Agreed, but still pretty annoying. Maybe someday I will write a function to check the variables list and remove the pids which aren't running. |
That's a good idea! We could run it on interactive startup. I'll look into it for v5 😄 |
Describe the bug
Steps to reproduce
fisher install ilancosman/tide
(after manually removing whatever universal variables were left behind)fisher remove ilancosman/tide
The text was updated successfully, but these errors were encountered: