Implement autoenv feature.

Closes issue #38
This commit is contained in:
Raphael Reitzig 2021-02-26 17:17:08 +01:00
parent 61f1cf8efc
commit 6dc108ec03
2 changed files with 10 additions and 1 deletions

View file

@ -16,7 +16,7 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Compatibility with SDKMAN! 5.9.2
- Completions for `env`, `home`, `flush` (issue #35)
- Correct behaviour of `env clear`.
- TODO: autoenv (issue #38)
- Honor `sdkman_auto_env=true` (issue #38)
- TODO: custom SDKMAN! install path (issue #34)
- Compatibility with fisher 4 (PR #37, #39)