-
Notifications
You must be signed in to change notification settings - Fork 234
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
Fix fish shell (de)activate #460
Conversation
👍 very nice, @x0id, thanks. I don't know enough @jadeallenx, I'm Ok to merge as is and then update/fix if there's complaints from the community. What do you say? |
This does not impact the result of the current tests, but may help to avoid vars clashes when extending tests.
@paulo-ferraz-oliveira, I think there is no rush in releasing the fish shell updates, I'm not sure actually how many people use it. I plan to work on sh/csh in the next couple of weeks. |
I think we should merge it too. |
Nothing makes those hidden users show up than a new release that breaks something lol 😄 |
It's squash-merged. Thanks all. |
Description
The fish shell kerl activate/deactivate code has been improved and refactored to fix environment setup/cleanup issues (#458).
The test suite for fish shell based activate/deactivate has been added.
This PR partially (for the fish shell) resolves issue #458.