fix: Completions use custom install location

Also, replace calls to `tr` with fish built-in
This commit is contained in:
BryanLiang 2024-03-29 17:42:39 +08:00 committed by Raphael
parent 9363426857
commit 5f2ae91d5f
2 changed files with 10 additions and 4 deletions

View file

@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and
this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Fixes
- Completions use custom SDKMAN! install path (#48; thanks, @Bryan2333!)
## [2.0.0] - 2023-06-27
### Breaking