mirror of
https://github.com/sdkman/sdkman-cli.git
synced 2026-01-06 13:37:43 -05:00
* Fix: always env clear when leaving dir The previous logic did not clear the environment when the user switches between two directories with `.sdmanrc`. Now we always clear (if an environment was set), and _then_ load the new one, if any. * Add test for switching auto_env directories.