Files
sdkman-cli/src
Raphael bceaaac6c0 Fix: always env clear when leaving dir (#878)
* 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.
2021-03-04 13:32:25 +00:00
..