mirror of
https://github.com/ethauvin/sdkman-for-fish.git
synced 2025-04-25 05:17:11 -07:00
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:
parent
5f2ae91d5f
commit
a0aa142288
5 changed files with 43 additions and 25 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue