fix: Respect globally set SDKMAN_DIR

Also, print a warning during shell startup
if a custom install path is set, but
SDKMAN! is not installed there.

fixes #52
This commit is contained in:
Raphael Reitzig 2024-04-03 23:35:59 +02:00 committed by Raphael
parent 5f2ae91d5f
commit a0aa142288
5 changed files with 43 additions and 25 deletions

View file

@ -7,8 +7,13 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## [Unreleased]
### Added
- Warn on bad custom install path
### Fixes
- Respect `SDKMAN_DIR` if already set (#52; thanks, @xtexChooser!)
- Completions use custom SDKMAN! install path (#48; thanks, @Bryan2333!)
## [2.0.0] - 2023-06-27